Skip to content

Commit

Permalink
Merge pull request #291 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 18, 2023
2 parents bfcb1cb + 697e867 commit b9608c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
type=sha,prefix=
- name: Docker 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 @@ -156,7 +156,7 @@ jobs:
type=sha,prefix=
- name: Docker 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 @@ -234,13 +234,13 @@ jobs:
run: yarn generate-disclaimer

- name: Docker build widget
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
id: dockerBuildWidget
with:
context: ./matrix-meetings-widget/

- name: Docker build bot
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
id: dockerBuildBot
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-bot.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
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-widget.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 b9608c3

Please sign in to comment.