fix: comment out Docker tag command in build workflow
All checks were successful
Build And Publish Production Image / Build And Publish Production Image (push) Successful in 6s
All checks were successful
Build And Publish Production Image / Build And Publish Production Image (push) Successful in 6s
This commit is contained in:
@@ -53,7 +53,7 @@ jobs:
|
|||||||
- name: Build all-in-one image
|
- name: Build all-in-one image
|
||||||
run: |
|
run: |
|
||||||
docker build -t "${IMAGE_NAME}:latest" -f Dockerfile.allinone .
|
docker build -t "${IMAGE_NAME}:latest" -f Dockerfile.allinone .
|
||||||
docker tag "${IMAGE_NAME}:latest" "${IMAGE_NAME}:${{ gitea.sha }}"
|
# docker tag "${IMAGE_NAME}:latest" "${IMAGE_NAME}:${{ gitea.sha }}"
|
||||||
|
|
||||||
- name: Build result debug
|
- name: Build result debug
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user