add arg for test image

multi_adapter
binhex 7 months ago
parent b8993266ce
commit e266f7a813

@ -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: |

@ -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: |

Loading…
Cancel
Save