Skip to content

Commit b362f53

Browse files
authored
Merge pull request #12 from GDATASoftwareAG/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents 5ecaff7 + 99b211e commit b362f53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
username: ${{ github.actor }}
3737
password: ${{ secrets.GITHUB_TOKEN }}
3838
- name: Push to GitHub Packages
39-
uses: docker/build-push-action@v5
39+
uses: docker/build-push-action@v6
4040
with:
4141
push: ${{ github.event_name == 'release' }}
4242
tags: ${{ steps.prep.outputs.tags }}

0 commit comments

Comments
 (0)