Skip to content

Commit

Permalink
Separate an explicit docker load step
Browse files Browse the repository at this point in the history
  • Loading branch information
necto committed Jan 12, 2025
1 parent 3825cbd commit fb92bd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- name: Pack (Docker)
run: |
guix pack --format=docker --file=guix-package.scm --entry-point=bin/kmail-alias-bot --root=docker-image.tar.gz
- name: Load to Docker
run: |
docker load < docker-image.tar.gz
docker tag rust-kmail-alias-bot azaostro/kmail-alias-bot:unstable
- name: Log in to Docker Hub
Expand Down

0 comments on commit fb92bd4

Please sign in to comment.