~sbaildon/transmission

08df2bc66d45b9dc5e9a87ace2c207c6d884d1a2 — Sean Baildon 1 year, 7 months ago 6a424b7 main
build container with version as tag
1 files changed, 3 insertions(+), 3 deletions(-)

M .builds/container.yml
M .builds/container.yml => .builds/container.yml +3 -3
@@ 27,7 27,7 @@ tasks:
        --annotation org.opencontainers.image.created=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
        --annotation org.opencontainers.image.source="https://git.sr.ht/~sbaildon/transmission" \
        --annotation org.opencontainers.image.url="https://github.com/transmission/transmission" \
        --manifest ${registry}/${project}:${PROJECT_REVISION} \
        --manifest ${registry}/${project}:${version} \
        --platform=linux/amd64 .
  - push: |
      sudo mkdir -p /run/containers/0/


@@ 35,5 35,5 @@ tasks:
      sudo buildah manifest \
        push \
        --all \
        ${registry}/${project}:${PROJECT_REVISION} \
        docker://${registry}/${project}:${PROJECT_REVISION}
        ${registry}/${project}:${version} \
        docker://${registry}/${project}:${version}