Skip to content

Commit

Permalink
chore: force docker manifest for images (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski authored Jun 29, 2023
1 parent c449003 commit 0cc51ec
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build-and-push-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
load: true
tags: ${{ steps.meta.outputs.tags }}
provenance: false
- name: Image Acceptance Tests
uses: cypress-io/github-action@v4
env:
Expand All @@ -111,6 +112,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
push: true
tags: ${{ steps.meta.outputs.tags }}
provenance: false

build-py-multiarch:
needs: build-py
Expand Down Expand Up @@ -234,6 +236,7 @@ jobs:
cache-from: |
type=inline
type=registry,ref=${{ steps.vars.outputs.renku_base }}
provenance: false
- name: Image Acceptance Tests
uses: cypress-io/github-action@v4
env:
Expand All @@ -257,6 +260,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
push: true
tags: ${{ steps.meta.outputs.tags }}
provenance: false

build-py-ext:
needs: build-py
Expand Down Expand Up @@ -306,6 +310,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
provenance: false

build-vnc-ext:
needs: build-py-ext
Expand Down Expand Up @@ -350,6 +355,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
provenance: false

build-julia-ext:
needs: build-py
Expand Down Expand Up @@ -406,6 +412,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
cache-to: type=gha
provenance: false
- name: Image Acceptance Tests
uses: cypress-io/github-action@v4
env:
Expand All @@ -425,6 +432,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
provenance: false

build-r-ubuntu:
needs: build-py
Expand Down Expand Up @@ -502,6 +510,7 @@ jobs:
load: true
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
provenance: false
- name: Image Acceptance Tests
uses: cypress-io/github-action@v4
env:
Expand All @@ -524,4 +533,4 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha

provenance: false

0 comments on commit 0cc51ec

Please sign in to comment.