Renamed zot-exporter to zxp and added its image to zot release

Signed-off-by: Alexei Dodon <adodon@cisco.com>
This commit is contained in:
Alexei Dodon
2022-01-17 16:36:13 +02:00
committed by Ramkumar Chinchani
parent cec66f6bc2
commit c9a81baa10
13 changed files with 108 additions and 21 deletions
+21
View File
@@ -97,6 +97,27 @@ jobs:
tags: |
ghcr.io/${{ github.repository }}-minimal:${{ github.event.release.tag_name }}
ghcr.io/${{ github.repository }}-minimal:latest
- name: Build zot-exporter container image
uses: docker/build-push-action@v2
with:
build-args: |
COMMIT=${{ github.event.release.tag_name }}-${{ github.sha }}
push: true
file: Dockerfile-zxp
tags: |
ghcr.io/${{ github.repository }}-zxp:${{ github.event.release.tag_name }}
ghcr.io/${{ github.repository }}-zxp:latest
- name: Build zot-exporter container image (arm64)
uses: docker/build-push-action@v2
with:
build-args: |
COMMIT=${{ github.event.release.tag_name }}-${{ github.sha }}
ARCH=arm64
push: true
file: Dockerfile-arch-zxp
tags: |
ghcr.io/${{ github.repository }}-arm64-zxp:${{ github.event.release.tag_name }}
ghcr.io/${{ github.repository }}-arm64-zxp:latest
- name: Build container image (arm64)
uses: docker/build-push-action@v2
with: