diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index bde5831..fc1d6bb 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -75,6 +75,7 @@ jobs: uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a with: context: . + build-args: [CONFLUENT_URL=http://packages.confluent.io/archive,CONFLUENT_MAJOR_VERSION=7.2,CONFLUENT_MINOR_VERSION=7.2.2,INSTALL_DIR=/tmp] push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}