Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis committed Sep 14, 2023
1 parent 457495c commit 773ca31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
REGISTRY: ghcr.io
OWNER: ${{ github.repository_owner }}
BAKE_FILE: docker-bake.hcl
ARTIFACT: 'Dockerfile'

jobs:
tag-generator:
Expand Down Expand Up @@ -67,6 +68,7 @@ jobs:
- name: Save the generated Dockerfile as an artifact
uses: actions/upload-artifact@v3
with:
name: ${{ env.ARTIFACT }}
path: ./skema/text_reading/scala/webapp/target/docker/stage/Dockerfile
if-no-files-found: error

Expand All @@ -77,7 +79,7 @@ jobs:
uses: darpa-askem/.github/.github/workflows/bake-publish.yaml@yohannparis/add-artifacts
with:
# Tell bake-publish.yaml that this is the Dockerfile to use
artifact: 'Dockerfile'
artifact: ${{ env.ARTIFACT }}
file: 'docker-bake.hcl'
group: 'prod'
registry: 'ghcr.io'
Expand Down

0 comments on commit 773ca31

Please sign in to comment.