Skip to content

Commit

Permalink
Fix base template name (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
biglittlebigben authored Jan 12, 2024
1 parent e49cfc0 commit 4020f8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-gstreamer-amd64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
gstreamer-build-amd64:
uses: ./.github/workflows/gstreamer-base.yaml
uses: ./.github/workflows/publish-gstreamer-base.yaml
with:
buildjet-runs-on: buildjet-8vcpu-ubuntu-2204
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-gstreamer-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
gstreamer-build-arm64:
uses: ./.github/workflows/gstreamer-base.yaml
uses: ./.github/workflows/publish-gstreamer-base.yaml
with:
buildjet-runs-on: namespace-profile-arm-16
secrets:
Expand Down

0 comments on commit 4020f8e

Please sign in to comment.