Skip to content

Commit

Permalink
Merge pull request #48 from justin-yan/justin-yan/image-update
Browse files Browse the repository at this point in the history
Use fixed version of cicd-py image
  • Loading branch information
justin-yan authored Jan 25, 2025
2 parents 166513d + 5ab0c7f commit 91406da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/register.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
register:
runs-on: ubuntu-latest
container:
image: ghcr.io/iomorphic/image/cicd-py:latest
image: ghcr.io/iomorphic/image/cicd-py:0.0.2
volumes:
- /usr/bin/docker:/usr/bin/docker
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
update:
runs-on: ubuntu-latest
container:
image: ghcr.io/iomorphic/image/cicd-py:latest
image: ghcr.io/iomorphic/image/cicd-py:0.0.2
volumes:
- /usr/bin/docker:/usr/bin/docker
steps:
Expand Down

0 comments on commit 91406da

Please sign in to comment.