chore: Add unstable prefix to nox tags (#158)

* chore: Add unstable prefix to nox tags

* Update container.yml
This commit is contained in:
Anatolios Laskaris 2023-06-22 22:14:36 +03:00 committed by GitHub
parent dfd19b5ed9
commit ca12aae9b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ jobs:
push: true
target: ${{ inputs.flavour }}
tags: |
${{ inputs.image }}:${{ inputs.flavour }}
${{ inputs.image }}:unstable_${{ inputs.flavour }}
${{ inputs.image }}:${{ inputs.flavour }}_${{ env.RELEASE_VERSION }}
labels: |
org.opencontainers.image.version=${{ env.RELEASE_VERSION }}