Skip to content

Commit

Permalink
relative image path
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Oct 27, 2023
1 parent 60fbe4c commit b88eb00
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/packet-forward-middleware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
build-docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/checkout@v4

- name: Setup Go ${{ env.GO_VERSION }}
uses: actions/setup-go@v4
Expand Down Expand Up @@ -89,9 +88,8 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}

- name: checkout chain
uses: actions/checkout@v4

- uses: actions/checkout@v4

- name: Download Tarball Artifact
uses: actions/download-artifact@v3
Expand All @@ -102,7 +100,7 @@ jobs:
- name: Load Docker Image
run: |
docker image load -i ${{ env.TAR_PATH }}
docker image load -i ${{ env.WORKING_DIRECTORY }}/testing/previous_images/pfm_7_0_1.tar
docker image load -i testing/previous_images/pfm_7_0_1.tar
docker image ls -a
- name: Run Test
Expand Down

0 comments on commit b88eb00

Please sign in to comment.