Skip to content

Commit

Permalink
attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Feb 5, 2024
1 parent e480935 commit b059dca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ubuntu-2204.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,12 @@ jobs:
- name: (PR only) - Save docker image to archive
if: github.event_name == 'pull_request'
run: |
docker images
curl http://localhost:5000/v2/pr-psibase-builder-ubuntu-2204/tags/list
echo "Pulling ${{ steps.prep.outputs.tags }}"
docker pull ${{ steps.prep.outputs.tags }}
echo "Saving ${{ github.repository_owner }}/psibase-builder-ubuntu-2204:latest"
docker save "${{ github.repository_owner }}/psibase-builder-ubuntu-2204:latest" -o temp-pr-image.tar
echo "Saving ${{ steps.prep.outputs.tags }}"
docker save "${{ steps.prep.outputs.tags }}" -o temp-pr-image2.tar
- name: (PR only) - Upload docker image archive
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit b059dca

Please sign in to comment.