Skip to content

Commit

Permalink
use env
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Draier committed Sep 19, 2023
1 parent 3335039 commit 36f5746
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,15 @@ jobs:
ssh: default
push: true
tags: jahia/cimg-mvn-cache:${{ env.JAHIA_TAG }}
build-args: |
CCI_SRC_IMAGE=${{ env.CCI_SRC_IMAGE }}
- name: Build and push Github Actions Docker image
uses: docker/build-push-action@v3
with:
ssh: default
push: true
tags: jahia/cimg-mvn-cache:ga_${{ env.JAHIA_TAG }}
file: Dockerfile-github
build-args: |
FROM_IMAGE=${{ env.FROM_IMAGE }}
CCI_SRC_IMAGE=${{ env.CCI_SRC_IMAGE }}

0 comments on commit 36f5746

Please sign in to comment.