Skip to content

Commit

Permalink
Merge pull request #32 from dAppServer/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
Snider authored Mar 19, 2024
2 parents c051a07 + 950efae commit 8003a50
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v4
- uses: docker/build-push-action@v5
with:
push: true
context: compiler/src
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v4
- uses: docker/build-push-action@v5
with:
push: true
context: compiler/src
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v4
- uses: docker/build-push-action@v5
with:
push: true
context: compiler/src
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v4
- uses: docker/build-push-action@v5
with:
push: true
context: compiler/src
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
cache-from: type=gha
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
cache-from: ghcr.io/letheanVPN/build:lib-linux-${{ matrix.build }}
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
context: .build/src
Expand Down

0 comments on commit 8003a50

Please sign in to comment.