Skip to content

Commit

Permalink
Merge pull request #4 from louisroyer-docker/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/build-push-action-5

Bump docker/build-push-action from 3 to 5
  • Loading branch information
louisroyer authored Jan 26, 2024
2 parents 8041806 + d39078f commit 046265d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-srv6-ctrl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}:srv6-ctrl"
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-srv6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}:srv6"
push: true
Expand Down

0 comments on commit 046265d

Please sign in to comment.