Merge pull request 'chore(deps): update dependency docker/build-push-action to v5.3.0' (#60) from renovate/docker-build-push-action-5.x into master
Some checks are pending
ci / docker (push) Waiting to run
Some checks are pending
ci / docker (push) Waiting to run
Reviewed-on: #60
This commit was merged in pull request #60.
This commit is contained in:
@@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
|
||||
# - name: Build and push
|
||||
# uses: docker/build-push-action@v5
|
||||
# uses: docker/build-push-action@v5.3.0
|
||||
# with:
|
||||
# context: ./Docker/
|
||||
# push: ${{ github.event_name != 'pull_request' }}
|
||||
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
password: ${{ secrets.HARBOR_PASSWORD }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v5.3.0
|
||||
with:
|
||||
context: ./Docker/
|
||||
push: true
|
||||
|
||||
Reference in New Issue
Block a user