Skip to content

Commit

Permalink
Merge pull request #638 from innogames/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-6.10.0

build(deps): bump docker/build-push-action from 6.9.0 to 6.10.0
  • Loading branch information
brainexe authored Nov 28, 2024
2 parents 87d325e + 7299b39 commit 71e3aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push to GitHub Packages
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
with:
push: false
tags: innogames/slack-bot:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/[email protected]
- name: Build and push
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
with:
context: .
load: true

0 comments on commit 71e3aea

Please sign in to comment.