ci: remove github domain
All checks were successful
ci / docker (push) Successful in 1m0s

This commit is contained in:
Tine Jozelj 2023-07-18 12:17:45 +02:00
parent 88e07954ce
commit ec6615cbb9
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -29,7 +29,7 @@ jobs:
- name: Docker meta - name: Docker meta
id: meta id: meta
uses: https://github.com/docker/metadata-action@v4 uses: docker/metadata-action@v4
with: with:
images: code.tjo.space/mentos1386/digitalocean-dyndns images: code.tjo.space/mentos1386/digitalocean-dyndns
# generate Docker tags based on the following events/attributes # generate Docker tags based on the following events/attributes
@ -44,6 +44,8 @@ jobs:
- name: Build and push - name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
env:
ACTIONS_RUNTIME_TOKEN: ''
with: with:
context: . context: .
push: true push: true