From 2175b037165a3c14b0982a677556f7b1c310b899 Mon Sep 17 00:00:00 2001 From: Gabriel Gazola Milan Date: Wed, 7 Feb 2024 14:05:28 -0300 Subject: [PATCH] fix(cd): image tag --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index eace9d2..ef323d3 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -50,7 +50,7 @@ jobs: push: true tags: | ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.sha }} - ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ 'latest' if github.ref == 'refs/heads/main' else 'latest-dev' }} + ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest labels: | org.opencontainers.image.source=${{ github.event.repository.html_url }} org.opencontainers.image.revision=${{ github.sha }}