From 97d40ff809108b89c502a8a1f5d9326644405210 Mon Sep 17 00:00:00 2001 From: Wojciech Trojanowski Date: Wed, 13 Nov 2024 17:00:51 +0100 Subject: [PATCH] Add workflow for build and deploy --- .github/workflows/build-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 5534429..c173ac4 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -35,7 +35,7 @@ jobs: context: . file: ./Dockerfile push: true - tags: ${{ steps.meta.outputs.tags }} + tags: latest labels: ${{ steps.meta.outputs.labels }} - name: Generate artifact attestation