Skip to content

Commit

Permalink
GHA: set provenance: false to work around unknown arch bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Aug 16, 2023
1 parent 8431ea6 commit fdcee91
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-0x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
context: "{{defaultContext}}:containers"
file: Dockerfile-0.x
push: true
provenance: false
tags: ghcr.io/r-hub/evercran/0.x,rhub/evercran:0.x,docker.io/rhub/evercran:0.x
1 change: 1 addition & 0 deletions .github/workflows/build-1x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
context: "{{defaultContext}}:containers"
file: Dockerfile-1.x
push: true
provenance: false
tags: ghcr.io/r-hub/evercran/1.x,rhub/evercran:1.x,docker.io/rhub/evercran:1.x
1 change: 1 addition & 0 deletions .github/workflows/build-2x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
context: "{{defaultContext}}:containers"
file: Dockerfile-2.x
push: true
provenance: false
tags: ghcr.io/r-hub/evercran/2.x,rhub/evercran:2.x,docker.io/rhub/evercran:2.x
1 change: 1 addition & 0 deletions .github/workflows/build-bookworm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ jobs:
build-args: |
R_VERSION=${{ matrix.container }}
push: true
provenance: false
tags: ghcr.io/r-hub/evercran/${{ matrix.container }},rhub/evercran:${{ matrix.container}},docker.io/rhub/evercran:${{ matrix.container }}
1 change: 1 addition & 0 deletions .github/workflows/build-sarge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ jobs:
build-args: |
R_VERSION=${{ matrix.container }}
push: true
provenance: false
tags: ghcr.io/r-hub/evercran/${{ matrix.container }},rhub/evercran:${{ matrix.container}},docker.io/rhub/evercran:${{ matrix.container }}
1 change: 1 addition & 0 deletions .github/workflows/build-wheezy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ jobs:
build-args: |
R_VERSION=${{ matrix.container }}
push: true
provenance: false
tags: ghcr.io/r-hub/evercran/${{ matrix.container }},rhub/evercran:${{ matrix.container}},docker.io/rhub/evercran:${{ matrix.container }}

0 comments on commit fdcee91

Please sign in to comment.