Skip to content

Commit

Permalink
use repo for manifest-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ingon committed Jan 9, 2025
1 parent 087b2f3 commit a5db1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker tag
run: nix develop --command manifest-tool push from-args --platforms linux/amd64,linux/arm64 --template connet-dev/connet:latest-ARCHVARIANT --target connet-dev/connet:latest
run: nix develop --command manifest-tool push from-args --platforms linux/amd64,linux/arm64 --template ghcr.io/connet-dev/connet:latest-ARCHVARIANT --target ghcr.io/connet-dev/connet:latest

0 comments on commit a5db1e8

Please sign in to comment.