Skip to content

Commit

Permalink
Files are now .tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
kaenganxt committed Oct 27, 2023
1 parent db9e799 commit 350af16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
- name: Build docker image
run: nix develop --impure -c build_docker
- name: Load app image
run: docker load -i docker-image-ekklesia-portal.tar
run: docker load -i docker-image-ekklesia-portal.tar.gz
if: github.ref == 'refs/heads/piraten-bund'
- name: Load static image
run: docker load -i docker-image-ekklesia-portal-static.tar
run: docker load -i docker-image-ekklesia-portal-static.tar.gz
if: github.ref == 'refs/heads/piraten-bund'
- name: Login to docker registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
Expand All @@ -53,6 +53,6 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: Ekklesia Docker Images
path: docker-image-*.tar
path: docker-image-*.tar.gz

# vim: set filetype=yaml sw=2 ts=2 sts=2 expandtab:

0 comments on commit 350af16

Please sign in to comment.