Fix publish
Some checks failed
/ Build App (push) Successful in 1m3s
Publish / tests (push) Successful in 1m2s
Publish / Publishing (push) Failing after 20s

This commit is contained in:
Valentin Brandl 2024-07-17 12:49:10 +02:00
parent 7afbddcdaa
commit 18d647b8b4
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -18,13 +18,6 @@ jobs:
- name: Checkout sources - name: Checkout sources
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Login to DockerHub
uses: docker/login-action@v2
with:
registry: git.vbrandl.net
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Get Meta - name: Get Meta
id: meta id: meta
run: | run: |