Skip to content

Commit

Permalink
Update docker_build_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara authored Sep 13, 2023
1 parent 259a01b commit 963449a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Nightly build and push from develop branch
if: ${{ (github.ref_name == 'develop') && (github.event_name == 'push') }}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
build-args: ${{ matrix.build-args }}
Expand All @@ -115,7 +115,7 @@ jobs:

- name: Release build and push from main branch
if: ${{ (github.ref_name == 'main') && (github.event_name == 'push') }}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
build-args: ${{ matrix.build-args }}
Expand Down

0 comments on commit 963449a

Please sign in to comment.