Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skysider authored Oct 21, 2023
1 parent 38e1f27 commit 9c3cc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
env:
image_name: skysider/pwndocker
tag: latest
pwntools_version: 4.9.0
pwntools_version: 4.11.0
run: |
docker build . --file Dockerfile --tag $image_name:$tag --build-arg PWNTOOLS_VERSION=$pwntools_version
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWD }}
Expand Down

0 comments on commit 9c3cc63

Please sign in to comment.