Skip to content

Commit

Permalink
Merge pull request #172 from nordeck/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 4 to 5
  • Loading branch information
ahmadkadri authored Oct 23, 2023
2 parents 69a1000 + 0dad512 commit 59d387f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
type=sha,prefix=
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
id: dockerBuild
with:
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'pull_request' && secrets.GH_APP_OS_APP_ID != '' }}
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
id: dockerBuild
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
context: .
Expand Down

0 comments on commit 59d387f

Please sign in to comment.