fix indent typo and remove qemu
Some checks failed
Build and publish Image / build-and-push (push) Successful in 14s
ci / docker (push) Failing after 17s

This commit is contained in:
2024-03-07 06:01:37 +00:00
parent 26b05b1030
commit 93baabb743

View File

@@ -34,8 +34,6 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Harbor
@@ -43,8 +41,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: harbor.evanshome.io
username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_PASSWORD }}
username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v5
with: