Skip to content

Commit 838e22f

Browse files
authored
push on a different step to enforce expiration on quay (#333)
* push on a different step to enforce expiration on quay Signed-off-by: Mauro Morales <[email protected]> * add load to the building of the image Signed-off-by: Mauro Morales <[email protected]> --------- Signed-off-by: Mauro Morales <[email protected]>
1 parent fa3c0b6 commit 838e22f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,18 @@ jobs:
5252
- name: Build and push Docker image
5353
uses: docker/build-push-action@v6
5454
with:
55-
push: true
55+
push: false
56+
load: true
5657
context: .
5758
file: ./Dockerfile
5859
platforms: linux/amd64
5960
tags: |
6061
quay.io/kairos/ci-temp-images:auroraboot-${{ github.sha }}
6162
labels: |
6263
quay.expires-after=6h
64+
- name: Push
65+
run: |
66+
docker push quay.io/kairos/ci-temp-images:auroraboot-${{ github.sha }}
6367
e2e-tests:
6468
runs-on: kvm
6569
steps:

0 commit comments

Comments
 (0)