From bcf455898c677041954f1f56463695230069ea79 Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Thu, 13 Apr 2023 17:17:06 +1200 Subject: [PATCH] Tag as latest --- .github/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index f54f23a..1825a70 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -36,5 +36,5 @@ jobs: with: context: . push: true - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + tags: latest + labels: amd64 \ No newline at end of file