Skip to content

Commit

Permalink
Merge pull request #13 from endlessm/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-6

build(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
wjt authored Sep 30, 2024
2 parents 4ebb017 + bf87b39 commit 15ddd15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and export to Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
load: true
Expand All @@ -60,7 +60,7 @@ jobs:
run: docker stop redis

- name: Build and push to Docker Hub
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 15ddd15

Please sign in to comment.