Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Nützi <[email protected]>
  • Loading branch information
gabyx committed Jul 6, 2024
1 parent 9410494 commit 11766ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/normal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Build package (nix)
run: |
just nix-develop-ci nix-package
just nix-develop-ci just nix-package
- name: Build container image (nix)
run: |
Expand Down
3 changes: 3 additions & 0 deletions tools/ci/upload-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ function main() {
print_info "Read the image from file '$image_path' and " \
"directly push to registry '$image_name'."

cat "$HOME/.docker/config.json"
docker login

skopeo \
--insecure-policy \
copy \
Expand Down

0 comments on commit 11766ad

Please sign in to comment.