Compare commits

..

1 Commits

Author SHA1 Message Date
3b868fcec1 chore(deps): update dependency docker/login-action to v3.6.0
All checks were successful
ci / docker (push) Successful in 34s
2025-10-28 07:14:27 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ jobs:
uses: docker/setup-buildx-action@v3.10.0 uses: docker/setup-buildx-action@v3.10.0
- name: Login to Harbor - name: Login to Harbor
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: docker/login-action@v3.4.0 uses: docker/login-action@v3.6.0
with: with:
registry: harbor.evanshome.io registry: harbor.evanshome.io
username: ${{ secrets.HARBOR_USERNAME }} username: ${{ secrets.HARBOR_USERNAME }}
@@ -49,7 +49,7 @@ jobs:
# - name: Build and push # - name: Build and push
# uses: docker/build-push-action@v6.18.0 # uses: docker/build-push-action@v6.15.0
# with: # with:
# context: ./Docker/ # context: ./Docker/
# push: ${{ github.event_name != 'pull_request' }} # push: ${{ github.event_name != 'pull_request' }}

View File

@@ -46,14 +46,14 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.10.0 uses: docker/setup-buildx-action@v3.10.0
- name: Login to Harbor - name: Login to Harbor
uses: docker/login-action@v3.4.0 uses: docker/login-action@v3.6.0
with: with:
registry: harbor.evanshome.io registry: harbor.evanshome.io
username: ${{ secrets.HARBOR_USERNAME }} username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_PASSWORD }} password: ${{ secrets.HARBOR_PASSWORD }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6.18.0 uses: docker/build-push-action@v6.15.0
with: with:
context: ./Docker/ context: ./Docker/
push: true push: true