mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 18:39:58 +01:00
Merge pull request #1344 from Retrospring/dependabot/github_actions/docker/build-push-action-5
This commit is contained in:
commit
507b6aee3a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
if: github.event_name != 'pull_request'
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
build-args: |
|
||||
BUNDLER_VERSION=${{ env.BUNDLER_VERSION }}
|
||||
|
|
Loading…
Reference in a new issue