v0.0.2.44

This commit is contained in:
its-a-feature
2024-01-18 21:32:59 -06:00
parent bea2477e83
commit 247b502eb5
+1 -2
View File
@@ -443,10 +443,9 @@ jobs:
# packages. The source will link the package to this Github repository
labels: |
org.opencontainers.image.source=${{ env.IMAGE_SOURCE }}
org.opencontainers.image.description="${{ env.IMAGE_DESCRIPTION }}"
org.opencontainers.image.licenses=${{ env.IMAGE_LICENSE }}
platforms: linux/amd64,linux/arm64
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=\"${{ env.IMAGE_DESCRIPTION }}\"
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=${{ env.IMAGE_DESCRIPTION }}
update_files:
runs-on: ubuntu-latest