This commit is contained in:
parent
88e07954ce
commit
ec6615cbb9
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: https://github.com/docker/metadata-action@v4
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: code.tjo.space/mentos1386/digitalocean-dyndns
|
||||
# generate Docker tags based on the following events/attributes
|
||||
|
@ -44,6 +44,8 @@ jobs:
|
|||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
env:
|
||||
ACTIONS_RUNTIME_TOKEN: ''
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
|
|
Loading…
Reference in a new issue