Skip to content

Commit

Permalink
Merge pull request #8 from mirakc/dependabot/github_actions/docker/bu…
Browse files Browse the repository at this point in the history
…ild-push-action-6

build(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
mergify[bot] committed Jun 18, 2024
2 parents c65d237 + b94bb3e commit 13de787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push (mirakc/timeshift-gerbera)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
context: ./gerbera
Expand All @@ -49,7 +49,7 @@ jobs:
linux/arm/v7
linux/arm64/v8
- name: Build and push (mirakc/timeshift-samba)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
context: ./samba
Expand Down

0 comments on commit 13de787

Please sign in to comment.