Skip to content

Commit

Permalink
containers pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Oct 27, 2024
1 parent 8e017b1 commit 0c5625d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
with:
file: ./containers/tezos/Dockerfile
platforms: linux/amd64
build-args: GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} ARCH=x64
build-args: |
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
ARCH=x64
tags: ghcr.io/tez-capital/tezos:latest
push: true
provenance: false
Expand All @@ -38,7 +40,9 @@ jobs:
with:
file: ./containers/tezos/Dockerfile
platforms: linux/arm64
build-args: GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} ARCH=arm64
build-args: |
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
ARCH=arm64
tags: ghcr.io/tez-capital/tezos:latest
push: true
provenance: false

0 comments on commit 0c5625d

Please sign in to comment.