From 881c176c2b2eb3200a9a65d14f189f710bb22d2c Mon Sep 17 00:00:00 2001 From: andrew Date: Fri, 8 Mar 2024 17:51:59 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20fix=20docker=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 8ecedaa9c..6ac21ff9c 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -21,4 +21,4 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build the Docker image Alpine - run: docker build -f ./docker/alpine/Dockerfile ./docker/alpine --file Dockerfile --tag my-image-name-alpine:$(date +%s) + run: docker build -f ./docker/alpine/Dockerfile ./docker/alpine --tag my-image-name-alpine:$(date +%s)