Fix image tag typo
Build website container / Build image (push) Failing after 10m51s
Details
Build website container / Build image (push) Failing after 10m51s
Details
This commit is contained in:
parent
5d3e4305ce
commit
92e47a8038
|
@ -24,6 +24,6 @@ jobs:
|
|||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
- name: Build and push
|
||||
run: |
|
||||
docker build -t ${REGISTRY}/${REPO_OWNER}}/${IMAGE_NAME}:${{ gitea.sha }} -t ${REGISTRY}/${REPO_OWNER}/${IMAGE_NAME}:latest .
|
||||
docker build -t ${REGISTRY}/${REPO_OWNER}/${IMAGE_NAME}:${{ gitea.sha }} -t ${REGISTRY}/${REPO_OWNER}/${IMAGE_NAME}:latest .
|
||||
docker push
|
||||
|
Loading…
Reference in New Issue