@@ 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}