Skip to content

Commit 7f81305

Browse files
committed
fix: add --no-cache to docker build
1 parent d30182c commit 7f81305

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
GNO_COMMIT: ${{ steps.gno_version.outputs.GNO_COMMIT }}
4848
run: |
4949
IMAGE_TAG=${GNO_COMMIT::7}
50-
docker build \
50+
docker build --no-cache \
5151
--build-arg GNO_COMMIT=${GNO_COMMIT} \
5252
-t ${ECR_REGISTRY}/${ECR_REPOSITORY}:${IMAGE_TAG} \
5353
-t ${ECR_REGISTRY}/${ECR_REPOSITORY}:latest \

0 commit comments

Comments
 (0)