Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luzov committed Oct 13, 2024
1 parent dfd48df commit 7ba751f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# list of Docker images to use as base name for tags
images: |
docker.io/${{ env.DOCKER_IMAGE_NAME }}
# ghcr.io/${{ env.GHCR_IMAGE_NAME }}
# ghcr.io/${{ env.GHCR_IMAGE_NAME }}
# generate Docker tags based on the following events/attributes
tags: |
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit 7ba751f

Please sign in to comment.