Skip to content

Commit

Permalink
Build and push update (#460)
Browse files Browse the repository at this point in the history
Bug: T378977
  • Loading branch information
vivian-rook authored Nov 4, 2024
1 parent f70c9dc commit 38cf082
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jobber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: build and push jobber
jobs:
build-and-push:
name: build and push jobber
uses: toolforge/github-actions/.github/workflows/build-and-push.yaml@build-and-push-v3
uses: toolforge/github-actions/.github/workflows/build-and-push.yaml@build-and-push-v4
with:
imagename: jobber
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minesweeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: build and push minesweeper
jobs:
build-and-push:
name: build and push minesweeper
uses: toolforge/github-actions/.github/workflows/build-and-push.yaml@build-and-push-v3
uses: toolforge/github-actions/.github/workflows/build-and-push.yaml@build-and-push-v4
with:
imagename: minesweeper
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nbserve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: build and push nbserve
jobs:
build-and-push:
name: build and push nbserve
uses: toolforge/github-actions/.github/workflows/build-and-push.yaml@build-and-push-v3
uses: toolforge/github-actions/.github/workflows/build-and-push.yaml@build-and-push-v4
with:
imagename: nbserve
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/paws-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: build and push paws-hub
jobs:
build-and-push:
name: build and push paws-hub
uses: toolforge/github-actions/.github/workflows/build-and-push.yaml@build-and-push-v3
uses: toolforge/github-actions/.github/workflows/build-and-push.yaml@build-and-push-v4
with:
imagename: paws-hub
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renderer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: build and push renderer
jobs:
build-and-push:
name: build and push renderer
uses: toolforge/github-actions/.github/workflows/build-and-push.yaml@build-and-push-v3
uses: toolforge/github-actions/.github/workflows/build-and-push.yaml@build-and-push-v4
with:
imagename: renderer
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/singleuser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: build and push singleuser
jobs:
build-and-push:
name: build and push singleuser
uses: toolforge/github-actions/.github/workflows/build-and-push.yaml@build-and-push-v3
uses: toolforge/github-actions/.github/workflows/build-and-push.yaml@build-and-push-v4
with:
imagename: singleuser
secrets:
Expand Down

0 comments on commit 38cf082

Please sign in to comment.