Update .github/workflows/docker-publish.yaml
All checks were successful
Build / Dependencies_NPM (push) Successful in 1m13s

This commit is contained in:
Zakary Timson 2023-07-28 13:24:34 +00:00
parent 88be130719
commit f199c920ae

View File

@ -37,6 +37,6 @@ jobs:
- name: Build image
run: docker build --no-cache -t "${{inputs.image}}:$TAG" .
- name: Push image
run: docker push "${{inputs.image}}:$TAG"