Skip to content

Commit

Permalink
Use updated container names in pr-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Mar 14, 2023
1 parent d6f7ddf commit a9a0e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os: ['ubuntu-20.04']
runs-on: ubuntu-latest
container:
image: ghcr.io/dyninst/amd64-${{ matrix.os }}-base:latest
image: ghcr.io/dyninst/dyninst/amd64/${{ matrix.os }}-base:latest
name: ${{ matrix.os }}
steps:
- name: Checkout Dyninst
Expand Down

0 comments on commit a9a0e6c

Please sign in to comment.