fix tags for test

multi_adapter
binhex 8 months ago
parent 8759184ab6
commit c9c99759b9

@ -67,7 +67,7 @@ jobs:
with:
context: .
load: true
tags: ${{ steps.generate_temporary_tag_name.outputs.test_tag }}
tags: ghcr.io/${{ github.repository }}:${{ steps.generate_temporary_tag_name.outputs.test_tag }}
- name: Run tests using previously built image
shell: bash
run: |

@ -87,7 +87,7 @@ jobs:
with:
context: .
load: true
tags: ${{ steps.generate_temporary_tag_name.outputs.test_tag }}
tags: ghcr.io/${{ github.repository }}:${{ steps.generate_temporary_tag_name.outputs.test_tag }}
- name: Run tests using previously built image
shell: bash
run: |

Loading…
Cancel
Save