Update publish-docker.yml

This commit is contained in:
Matthew R Kasun 2022-12-21 16:40:29 -05:00 committed by GitHub
parent 372ff8e2d8
commit 20ce7a0d0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,9 @@ jobs:
platforms: linux/amd64, linux/arm64, linux/arm/v7
push: true
tags: ${{ github.repository }}:${{ env.TAG }}, ${{ github.repository }}:latest
build-args: version=${{ env.TAG }}
build-args: |
version=${{ env.TAG }}
tags=ce
docker-ee:
runs-on: ubuntu-latest