ci/cd - fix tests image names

This commit is contained in:
bunkerity 2023-08-24 17:23:36 +02:00
parent bb77dcedf5
commit 511597b7e0
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ jobs:
# Push image
- name: Push image
if: inputs.PUSH == true
run: docker tag local/$IMAGE ghcr.io/bunkerity/$IMAGE:$TAG && docker push ghcr.io/bunkerity/$IMAGE:$TAG
run: docker tag local/$IMAGE ghcr.io/bunkerity/$IMAGE-tests:$TAG && docker push ghcr.io/bunkerity/$IMAGE-tests:$TAG
env:
IMAGE: "${{ inputs.IMAGE }}"
TAG: "${{ inputs.RELEASE }}"