Skip to content

Commit

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

build(deps): bump docker/build-push-action from 6.3.0 to 6.5.0
  • Loading branch information
brainexe authored Aug 4, 2024
2 parents 0417a5f + 0e9dba9 commit 055ac40
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.3.0
uses: docker/build-push-action@v6.5.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.3.0
uses: docker/build-push-action@v6.5.0
with:
context: .
load: true

0 comments on commit 055ac40

Please sign in to comment.