Skip to content

Commit

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

Bump docker/build-push-action from 3 to 5
  • Loading branch information
Zordrak authored Dec 19, 2023
2 parents 093fcf6 + e70ae89 commit b476877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: contains(matrix.os, 'ubuntu')
with:
install: true
- uses: 'docker/build-push-action@v3'
- uses: 'docker/build-push-action@v5'
if: contains(matrix.os, 'ubuntu')
with:
context: .
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
if: contains(matrix.os, 'ubuntu')
with:
install: true
- uses: 'docker/build-push-action@v3'
- uses: 'docker/build-push-action@v5'
if: contains(matrix.os, 'ubuntu')
with:
context: .
Expand Down

0 comments on commit b476877

Please sign in to comment.