1
0
Fork 0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-04-19 16:44:09 +02:00

ci: fix image version labelling

This commit is contained in:
Nicolas Duchon 2023-05-08 15:36:04 +02:00 committed by GitHub
parent 7679665d99
commit 6e5e8f4c9d
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ jobs:
type=raw,value=latest,enable={{is_default_branch}}
labels: |
org.opencontainers.image.authors=Nicolas Duchon <nicolas.duchon@gmail.com> (@buchdag), Jason Wilder
org.opencontainers.image.version=${{ env.GIT_DESCRIBE }}
org.opencontainers.image.version=${{ steps.nginx-proxy_version.outputs.VERSION }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
@ -115,7 +115,7 @@ jobs:
type=raw,value=alpine,enable={{is_default_branch}}
labels: |
org.opencontainers.image.authors=Nicolas Duchon <nicolas.duchon@gmail.com> (@buchdag), Jason Wilder
org.opencontainers.image.version=${{ env.GIT_DESCRIBE }}
org.opencontainers.image.version=${{ steps.nginx-proxy_version.outputs.VERSION }}
flavor: latest=false
- name: Set up QEMU