Skip to content

Commit

Permalink
update entrypoint and arch
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdhasjg committed Apr 26, 2024
1 parent 0a82aaa commit 3766373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
no-cache: true
push: true
tags: ${{ vars.DOCKERHUB_USERNAME }}/${{ matrix.directories }}:latest,${{ vars.DOCKERHUB_USERNAME }}/${{ matrix.directories }}:${{ steps.metadata.outputs.git_tag }}
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64 # ,linux/arm64/v8
labels: |
org.opencontainers.image.title=${{ matrix.directories }}
org.opencontainers.image.url=${{ github.repositoryUrl }}
Expand Down
2 changes: 1 addition & 1 deletion ghcli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ RUN set -ex; \
# verify gh binary works
gh --version;

CMD ["gh"]
ENTRYPOINT [ "gh" ]

0 comments on commit 3766373

Please sign in to comment.