feat: update image

This commit is contained in:
2024-11-19 19:23:28 -05:00
parent 9782dea7b2
commit d2e2a3e073

View File

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