Skip to content

Commit

Permalink
add arg for test image
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Sep 19, 2023
1 parent 04823ce commit 6382b74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow-docker-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
context: .
load: true
tags: ghcr.io/${{ github.repository }}:${{ steps.generate_temporary_tag_name.outputs.test_tag }}
build-args: |
RELEASETAG=${{ github.event.inputs.tags }}
- name: Run tests using previously built image
shell: bash
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/workflow-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
context: .
load: true
tags: ghcr.io/${{ github.repository }}:${{ steps.generate_temporary_tag_name.outputs.test_tag }}
build-args: |
RELEASETAG=${{ steps.identify_github_release_tag_name.outputs.tag }}
- name: Run tests using previously built image
shell: bash
run: |
Expand Down

0 comments on commit 6382b74

Please sign in to comment.