Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Oct 23, 2024
1 parent f2b615c commit 750580c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.rtp.io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,11 @@ jobs:
- name: Download image artifact
uses: actions/download-artifact@v4
with:
name: ${{ env.OUTPUT_IMAGE }}
name: ${{ env.OUTPUT_IMAGE_N }}
path: .

- name: Load Docker image
run: docker load -i ${{ env.OUTPUT_IMAGE_N }}
run: docker load -i ${{ env.OUTPUT_IMAGE }}

- name: Test ${{ env.TARGETPLATFORM }}
run: |
Expand Down

0 comments on commit 750580c

Please sign in to comment.