diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 70347b4..ff9ec4a 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -45,14 +45,14 @@ jobs: type=raw,value=beta,enable=${{ endsWith(github.ref, '-beta') }} type=raw,value=latest,enable=${{ !contains(github.ref, '-') }} - # - name: Build and push Docker image - # id: build - # uses: docker/build-push-action@v5 - # with: - # context: . - # platforms: linux/amd64,linux/arm64 - # push: true - # tags: ${{ steps.meta.outputs.tags }} - # labels: ${{ steps.meta.outputs.labels }} - # build-args: | - # VERSION=${{ github.ref_name }} + - name: Build and push Docker image + id: build + uses: docker/build-push-action@v5 + with: + context: . + platforms: linux/amd64,linux/arm64 + push: true + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} + build-args: | + VERSION=${{ github.ref_name }}