feat: update image
This commit is contained in:
@@ -21,14 +21,16 @@ jobs:
|
||||
type=sha
|
||||
type=ref,event=branch
|
||||
|
||||
- name: Login to Harbor
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: harbor.yadunut.dev
|
||||
username: ${{ secrets.HARBOR_USERNAME }}
|
||||
password: ${{ secrets.HARBOR_PASSWORD }}
|
||||
# - name: Login to Harbor
|
||||
# uses: docker/login-action@v3
|
||||
# with:
|
||||
# registry: harbor.yadunut.dev
|
||||
# username: ${{ secrets.HARBOR_USERNAME }}
|
||||
# password: ${{ secrets.HARBOR_PASSWORD }}
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
endpoint: "tcp://localhost:2376/"
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
|
||||
Reference in New Issue
Block a user