Login to registry
All checks were successful
/ Build App (push) Successful in 56s
Publish / tests (push) Successful in 55s
Publish / Publishing (push) Successful in 1m28s

This commit is contained in:
Valentin Brandl 2024-07-17 13:03:02 +02:00
parent 031c7ec6c4
commit e5263a5eba
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -21,6 +21,13 @@ 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: https://git.vbrandl.net
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASS }}
- name: Get Meta - name: Get Meta
id: meta id: meta
run: | run: |