Skip to content

Commit

Permalink
fox
Browse files Browse the repository at this point in the history
  • Loading branch information
aldbr committed Dec 18, 2024
1 parent 20bccc6 commit acee94d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gubbins-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
- name: Check output file
run: ls -lh /tmp/gubbins_services_image.tar
- name: Validate tar file integrity
run: tar -tf /tmp/gubbins_services_image.tar

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -224,6 +226,11 @@ jobs:
name: gubbins-services-img
path: /tmp/gubbins_services_image.tar

- name: Check output file
run: ls -lh /tmp/gubbins_services_image.tar
- name: Validate tar file integrity
run: tar -tf /tmp/gubbins_services_image.tar

- name: Load docker image
run: docker load --input /tmp/gubbins_services_image.tar

Expand Down

0 comments on commit acee94d

Please sign in to comment.