Skip to content

Commit

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

build(deps): bump docker/build-push-action from 5.3.0 to 5.4.0
  • Loading branch information
brainexe authored Jun 11, 2024
2 parents 7e0c6ce + e77518c commit 5cca0e7
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.3.0
uses: docker/build-push-action@v5.4.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/setup-buildx-action@v3.3.0
- name: Build and push
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
context: .
load: true

0 comments on commit 5cca0e7

Please sign in to comment.