Skip to content

Commit

Permalink
[Dependency] Bump workflow to 24.09.00 (#28)
Browse files Browse the repository at this point in the history
This PR bumps the aciton workflow from 24.07.00 to 24.09.00.
  • Loading branch information
cjreed121 authored Sep 16, 2024
1 parent a70c50d commit ac4c6d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
call-docker-build-push:
uses: submitty/action-docker-build/.github/workflows/docker-build-push.yml@v24.07.00
uses: submitty/action-docker-build/.github/workflows/docker-build-push.yml@v24.09.00
with:
push: false
docker_org_name: submittyrpi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
call-docker-build-push:
uses: submitty/action-docker-build/.github/workflows/docker-build-push.yml@v24.07.00
uses: submitty/action-docker-build/.github/workflows/docker-build-push.yml@v24.09.00
with:
push: true
docker_org_name: submittyrpi
Expand Down

0 comments on commit ac4c6d6

Please sign in to comment.