Skip to content

Commit

Permalink
Merge pull request #15 from louisroyer-docker/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/docker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
louisroyer authored Jun 18, 2024
2 parents 489484d + f4da763 commit 29dfbb7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-amf.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@v5
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:amf"
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-ausf.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@v5
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:ausf"
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-nrf.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@v5
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:nrf"
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-nssf.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@v5
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:nssf"
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-pcf.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@v5
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:pcf"
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-smf.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@v5
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:smf"
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-udm.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@v5
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:udm"
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-udr.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@v5
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:udr"
push: true
Expand Down

0 comments on commit 29dfbb7

Please sign in to comment.