Skip to content

Commit

Permalink
Use updated container names
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Mar 14, 2023
1 parent f07d318 commit 1686fb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Build Dyninst Dev Container
run: |
cd docker/
docker build --build-arg base=ghcr.io/dyninst/dyninst/amd64/${{ matrix.os }}-base:latest
docker build --build-arg base=ghcr.io/dyninst/amd64/${{ matrix.os }}-base:latest
-f Dockerfile \
-t ghcr.io/dyninst/dyninst/amd64/${{ matrix.os }}:latest ../
-t ghcr.io/dyninst/amd64/${{ matrix.os }}:latest ../
- name: GHCR Login
uses: docker/login-action@v1
Expand All @@ -34,4 +34,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Deploy
run: docker push ghcr.io/dyninst/dyninst/amd64/${{ matrix.os }}:latest
run: docker push ghcr.io/dyninst/amd64/${{ matrix.os }}:latest
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/dyninst/amd64/${{ matrix.os }}-base:latest
image: ghcr.io/dyninst/amd64/${{ matrix.os }}-base:latest
name: ${{ matrix.os }}
steps:
- name: Checkout Dyninst
Expand Down

0 comments on commit 1686fb5

Please sign in to comment.