|
@@ -51,6 +51,7 @@ jobs:
|
|
|
- name: Build and push Docker images
|
|
- name: Build and push Docker images
|
|
|
uses: docker/build-push-action@v4
|
|
uses: docker/build-push-action@v4
|
|
|
with:
|
|
with:
|
|
|
|
|
+ build-args: VERSION=${{ env.VERSION }}
|
|
|
context: .
|
|
context: .
|
|
|
file: ./DockerfileGithubAction
|
|
file: ./DockerfileGithubAction
|
|
|
platforms: |
|
|
platforms: |
|