diff --git a/.github/workflows/build-docker-edge.yml b/.github/workflows/build-docker-edge.yml index cb578d7..62d7e7d 100644 --- a/.github/workflows/build-docker-edge.yml +++ b/.github/workflows/build-docker-edge.yml @@ -27,6 +27,8 @@ jobs: with: context: . platforms: linux/386,linux/amd64,linux/arm64 + build-args: | + "VERSION=edge-${{ github.sha }}" push: true tags: | axllent/mailpit:edge