Skip to content

Commit

Permalink
Merge branch 'main' into ci/image-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvehed authored May 24, 2024
2 parents 5f75b30 + 8c6fdd0 commit 7e11b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image with version tag
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit 7e11b1d

Please sign in to comment.