Skip to content

Commit

Permalink
chore: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
krzko committed Sep 29, 2024
1 parent fd233b3 commit 04cdba8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
- name: Build only
run: |
docker buildx build \
--secret id=sshKey,src=$HOME/.ssh/id_ecdsa \
--platform linux/amd64 \
-t ${{ env.REGISTRY_IMAGE }}:${{ github.sha }} \
.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# - v*
branches:
- foo
pull_request:
# pull_request:
permissions:
contents: read

Expand Down

0 comments on commit 04cdba8

Please sign in to comment.