Skip to content

Commit

Permalink
Merge pull request #18 from GDATASoftwareAG/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/docker/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
farodin91 authored Jan 30, 2024
2 parents eb62c52 + f603680 commit b7e337f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push to GitHub Packages
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: ${{ github.event_name == 'release' }}
tags: ${{ steps.prep.outputs.tags }}
Expand Down

0 comments on commit b7e337f

Please sign in to comment.