Skip to content

Commit

Permalink
fix push command we need the build-args
Browse files Browse the repository at this point in the history
  • Loading branch information
PacoVK committed Mar 1, 2024
1 parent 1d1d458 commit 4fffc7b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/azure-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ jobs:
uses: docker/build-push-action@v3
with:
context: azure-devops-pipeline
build-args: DTC_VERSION=${{ env.DTC_VERSION }}
push: true
tags: doctoolchain/doctoolchain-azure-devops-pipeline:${{ env.DTC_VERSION }}
1 change: 1 addition & 0 deletions .github/workflows/jenkins-ssh-agent-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ jobs:
uses: docker/build-push-action@v3
with:
context: jenkins-ssh-agent
build-args: DTC_VERSION=${{ env.DTC_VERSION }}
push: true
tags: doctoolchain/doctoolchain-jenkins-ssh-agent:${{ env.DTC_VERSION }}
1 change: 1 addition & 0 deletions .github/workflows/standard-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ jobs:
uses: docker/build-push-action@v3
with:
context: alpine
build-args: DTC_VERSION=${{ env.DTC_VERSION }}
push: true
tags: doctoolchain/doctoolchain:${{ env.DTC_VERSION }}
1 change: 1 addition & 0 deletions .github/workflows/standard-with-pandoc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ jobs:
uses: docker/build-push-action@v3
with:
context: alpine-with-pandoc
build-args: DTC_VERSION=${{ env.DTC_VERSION }}
push: true
tags: doctoolchain/doctoolchain-with-pandoc:${{ env.DTC_VERSION }}

0 comments on commit 4fffc7b

Please sign in to comment.