Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Bump docker/build-push-action from 2 to 5
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v2...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent bf1a9f6 commit 1f3514f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# For releases (ie not main) we push the image - but not the latest tag
- name: Build and push (not main merge)
id: docker_build_release
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
if: ${{ steps.check.outputs.changed == 'true' && github.ref != 'refs/heads/main' }}
with:
push: ${{ github.event_name == 'push' && github.repository == 'odpi/egeria-ui' }}
Expand All @@ -71,7 +71,7 @@ jobs:
# For main code stream we push the image and add the latest tag
- name: Build and push (main merge)
id: docker_build_main
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
if: ${{ steps.check.outputs.changed == 'true' && github.ref == 'refs/heads/main' }}
with:
push: ${{ github.event_name == 'push' && github.repository == 'odpi/egeria-ui' }}
Expand Down

0 comments on commit 1f3514f

Please sign in to comment.