Updated workflow to do only build on commit without push
All checks were successful
Build and push Docker image on tag / docker (push) Successful in 18s
All checks were successful
Build and push Docker image on tag / docker (push) Successful in 18s
This commit is contained in:
@@ -38,5 +38,4 @@ jobs:
|
|||||||
docker buildx build \
|
docker buildx build \
|
||||||
--platform linux/amd64 \
|
--platform linux/amd64 \
|
||||||
-t "${IMAGE_NAME}:${IMAGE_TAG}" \
|
-t "${IMAGE_NAME}:${IMAGE_TAG}" \
|
||||||
--push \
|
|
||||||
.
|
.
|
||||||
Reference in New Issue
Block a user