Skip to content

Commit

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

build(deps): bump docker/build-push-action from 5.0.0 to 5.1.0
  • Loading branch information
brainexe authored Nov 19, 2023
2 parents 2e5c7ff + f75a9f8 commit 041107a
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.0.0
uses: docker/build-push-action@v5.1.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.0.0
- name: Build and push
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
load: true

0 comments on commit 041107a

Please sign in to comment.