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 }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
run: |
|
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
|
docker push
|
||||||
|
|
Loading…
Reference in New Issue