From 37d07dd37904b82faeb29489b5a1fa100fc8e480 Mon Sep 17 00:00:00 2001 From: joao-zanutto Date: Mon, 15 Apr 2024 14:29:05 -0700 Subject: [PATCH] adjust image tags --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d5343b5..e4c6aa0 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -21,5 +21,5 @@ jobs: uses: docker/build-push-action@v5 with: push: true - tags: jpberno/test-drawdb:latest #ghcr.io/${{ github.repository }}:latest,ghcr.io/${{ github.repository }}:${{ github.ref_name }} + tags: ghcr.io/${{ github.repository }}:latest,ghcr.io/${{ github.repository }}:${{ github.ref_name }}