Skip to content

Commit

Permalink
fix: correct tar names
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu authored Oct 12, 2023
1 parent 1d6f177 commit 30861d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ jobs:

- name: Load batch-agentschapzorgengezondheidftpdump image
shell: bash
run: docker image load -i ~/agentschapzorgengezondheidftpdump.tar
run: docker image load -i ~/batch-agentschapzorgengezondheidftpdump

- name: Download batch-vlaanderenbe artifact
uses: actions/download-artifact@v3
Expand All @@ -466,7 +466,7 @@ jobs:

- name: Load batch-vlaanderenbe image
shell: bash
run: docker image load -i ~/vlaanderenbe.tar
run: docker image load -i ~/batch-vlaanderenbe.tar

- name: Download projections-elasticsearch artifact
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 30861d8

Please sign in to comment.