Fix typo in image name
Build website container / Build image (push) Failing after 6s
Details
Build website container / Build image (push) Failing after 6s
Details
This commit is contained in:
parent
05d70945d3
commit
1ac1c32e07
|
@ -23,6 +23,6 @@ jobs:
|
|||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
- name: Build and push
|
||||
run: |
|
||||
docker build -t ${REGISTRY}/${{ gitea.actor }}${IMAGE_NAME}:${{ gitea.sha }} -t ${REGISTRY}/${{ gitea.actor }}${IMAGE_NAME}:latest .
|
||||
docker build -t ${REGISTRY}/${{ gitea.actor }}/${IMAGE_NAME}:${{ gitea.sha }} -t ${REGISTRY}/${{ gitea.actor }}/${IMAGE_NAME}:latest .
|
||||
docker push
|
||||
|
Loading…
Reference in New Issue