Skip to content

Commit

Permalink
fixed latest push
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvAmBass committed Jul 6, 2024
1 parent a6889a3 commit b2f8ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
if: ${{ !endsWith(steps.docker_version_tag.outputs.tag, 'latest') }}
id: docker_latest_tag
run: |
$(echo "tag=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest" | tr '[:upper:]' '[:lower:]') >> $GITHUB_OUTPUT
echo "tag=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest" | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit b2f8ed3

Please sign in to comment.