diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index eac633f..c2aae62 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -15,4 +15,4 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build the Docker image - run: docker build . --file Dockerfile --tag my-image-name:$(date +%s) + run: docker buildx build . --file Dockerfile --tag my-image-name:$(date +%s)