Update .github/workflows/docker-publish.yaml
All checks were successful
Build / Dependencies_NPM (push) Successful in 1m13s
All checks were successful
Build / Dependencies_NPM (push) Successful in 1m13s
This commit is contained in:
parent
88be130719
commit
f199c920ae
2
.github/workflows/docker-publish.yaml
vendored
2
.github/workflows/docker-publish.yaml
vendored
@ -37,6 +37,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: docker build --no-cache -t "${{inputs.image}}:$TAG" .
|
run: docker build --no-cache -t "${{inputs.image}}:$TAG" .
|
||||||
|
|
||||||
- name: Push image
|
- name: Push image
|
||||||
run: docker push "${{inputs.image}}:$TAG"
|
run: docker push "${{inputs.image}}:$TAG"
|
||||||
|
Loading…
Reference in New Issue
Block a user