Update .gitea/workflows/publish.yaml
Some checks failed
Build and publish Image / build-and-push (push) Failing after 11s

This commit is contained in:
2024-03-06 08:15:51 +00:00
parent 0d66761ae9
commit 140d07cd7a

View File

@@ -15,6 +15,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Logout of registry
run: docker logout harbor.evanshome.io
- name: Login to Harbor
uses: docker/login-action@v3