Skip to content

Commit

Permalink
updated github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvAmBass committed Jul 5, 2024
1 parent 3bc0b89 commit a4761e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
run: |
./get-version.sh $(echo "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:" | tr '[:upper:]' '[:lower:]') | sed 's/^/tag=/g' >> $GITHUB_OUTPUT
- name: Check Docker Version Tag
- name: Docker Version Tag and check if we need to build?
run: |
echo ${{ steps.docker_version_tag.outputs.tag }} ${{ !endsWith(steps.docker_version_tag.outputs.tag, 'latest') }}
echo tag: ${{ steps.docker_version_tag.outputs.tag }} build needed: ${{ !endsWith(steps.docker_version_tag.outputs.tag, 'latest') }}
# 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 a4761e5

Please sign in to comment.