Skip to content

Commit

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

build(deps): bump docker/build-push-action from 5.4.0 to 6.0.2
  • Loading branch information
brainexe authored Jun 21, 2024
2 parents d4b15e6 + 7c149a2 commit ad1c480
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@v5.4.0
uses: docker/build-push-action@v6.0.2
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/setup-buildx-action@v3.3.0
- name: Build and push
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.0.2
with:
context: .
load: true

0 comments on commit ad1c480

Please sign in to comment.