Compare commits

..

1 Commits

Author SHA1 Message Date
8c9e5c0712 chore(deps): update dependency docker/build-push-action to v6.18.0
All checks were successful
ci / docker (push) Successful in 1m0s
2025-11-18 16:04:39 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4.3.0 uses: actions/checkout@v4.3.0
- name: Docker meta - name: Docker meta
id: meta id: meta
uses: docker/metadata-action@v5.10.0 uses: docker/metadata-action@v5.7.0
with: with:
# list of Docker images to use as base name for tags # list of Docker images to use as base name for tags
images: | images: |
@@ -49,7 +49,7 @@ jobs:
# - name: Build and push # - name: Build and push
# uses: docker/build-push-action@v6.15.0 # uses: docker/build-push-action@v6.18.0
# with: # with:
# context: ./Docker/ # context: ./Docker/
# push: ${{ github.event_name != 'pull_request' }} # push: ${{ github.event_name != 'pull_request' }}

View File

@@ -27,7 +27,7 @@ jobs:
- name: Docker meta - name: Docker meta
id: meta id: meta
uses: docker/metadata-action@v5.10.0 uses: docker/metadata-action@v5.7.0
with: with:
# list of Docker images to use as base name for tags # list of Docker images to use as base name for tags
images: | images: |
@@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.HARBOR_PASSWORD }} password: ${{ secrets.HARBOR_PASSWORD }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6.15.0 uses: docker/build-push-action@v6.18.0
with: with:
context: ./Docker/ context: ./Docker/
push: true push: true