mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
ci: tag merged image with branch name (#7393)
In #7389, we started tagging the built images with the branch name in addition to other tags such as `latest` and the version number. That wasn't enough unfortunately because we also need to tag the merged manifest image that bundles the different architectures together as only that one actually gets pushed to the registry.
This commit is contained in:
1
.github/workflows/_build_artifacts.yml
vendored
1
.github/workflows/_build_artifacts.yml
vendored
@@ -391,6 +391,7 @@ jobs:
|
||||
images: ${{ steps.login.outputs.registry }}/firezone/${{ matrix.image_prefix && format('{0}/', matrix.image_prefix) || '' }}${{ matrix.image.name }}
|
||||
tags: |
|
||||
type=raw,value=latest
|
||||
type=raw,value={{branch}}
|
||||
type=raw,value=${{ inputs.sha }}
|
||||
${{ matrix.image.version && format('type=raw,value={0}', matrix.image.version) }}
|
||||
${{ matrix.image.version && format('type=raw,value={0}-{1}', matrix.image.version, inputs.sha) }}
|
||||
|
||||
Reference in New Issue
Block a user