Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Oct 27, 2024
1 parent 7ace5dc commit 8e017b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: tezwatch container
uses: docker/build-push-action@v4
with:
file: ./containers/tezos/Containerfile
file: ./containers/tezos/Dockerfile
platforms: linux/amd64
build-args: GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} ARCH=x64
tags: ghcr.io/tez-capital/tezos:latest
Expand All @@ -36,7 +36,7 @@ jobs:
- name: tezwatch container
uses: docker/build-push-action@v4
with:
file: ./containers/tezos/Containerfile
file: ./containers/tezos/Dockerfile
platforms: linux/arm64
build-args: GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} ARCH=arm64
tags: ghcr.io/tez-capital/tezos:latest
Expand Down

0 comments on commit 8e017b1

Please sign in to comment.