File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,12 @@ jobs:
2525 - name : Build
2626 uses : docker/build-push-action@v6
2727 with :
28- # https://docs.redhat.com/en/documentation/red_hat_quay/3.4/html/use_red_hat_quay/working_with_tags#tag-expiration
29- labels : |
30- quay.expires-after=6h
3128 build-args : |
3229 VERSION=${{ github.ref_name }}
3330 provenance : false
3431 platforms : linux/amd64
3532 push : true
36- tags : quay.io/kairos/ci-temp-images: auroraboot- ${{ github.sha }}-amd64
33+ tags : quay.io/kairos/auroraboot: ${{ github.ref_name }}-amd64
3734 build-linux-arm64 :
3835 runs-on : ' ubuntu-24.04-arm'
3936 steps :
@@ -49,15 +46,12 @@ jobs:
4946 - name : Build
5047 uses : docker/build-push-action@v6
5148 with :
52- # https://docs.redhat.com/en/documentation/red_hat_quay/3.4/html/use_red_hat_quay/working_with_tags#tag-expiration
53- labels : |
54- quay.expires-after=6h
5549 build-args : |
5650 VERSION=${{ github.ref_name }}
5751 provenance : false
5852 platforms : linux/arm64
5953 push : true
60- tags : quay.io/kairos/ci-temp-images: auroraboot- ${{ github.sha }}-arm64
54+ tags : quay.io/kairos/auroraboot: ${{ github.ref_name }}-arm64
6155 build :
6256 needs :
6357 - build-linux-amd64
7973 index-annotations : ${{ steps.metadata.outputs.labels }}
8074 tags : ${{ steps.metadata.outputs.tags }}
8175 sources : |
82- quay.io/kairos/ci-temp-images: auroraboot- ${{ github.sha }}-amd64
83- quay.io/kairos/ci-temp-images: auroraboot- ${{ github.sha }}-arm64
76+ quay.io/kairos/auroraboot: ${{ github.ref_name }}-amd64
77+ quay.io/kairos/auroraboot: ${{ github.ref_name }}-arm64
You can’t perform that action at this time.
0 commit comments