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

Reviewed-on: #60
This commit was merged in pull request #60.
This commit is contained in:
2024-03-15 07:39:39 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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' }}

View File

@@ -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