Skip to content

Commit

Permalink
Merge pull request #12 from holysoles/june-patching
Browse files Browse the repository at this point in the history
June Patching
  • Loading branch information
holysoles authored Jun 30, 2024
2 parents 4a0c3b5 + 2878f92 commit 9d14504
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/image_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
packages: write
steps:
- name: checkout repo
uses: actions/[email protected].6
uses: actions/[email protected].7
- name: container registry auth
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -30,7 +30,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: image build and push
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v6.2.0
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PyYAML==6.0
rcssmin==1.1.2
requests==2.32.0
six==1.16.0
urllib3==2.1.0
urllib3==2.2.2
Werkzeug==3.0.3
xxhash==3.4.1
yarg==0.1.9
Expand Down

0 comments on commit 9d14504

Please sign in to comment.