Skip to content

Commit 432bf21

Browse files
committed
wip
1 parent 876ed0b commit 432bf21

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Test
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: getdevopspro/github-actions/buildx-bake/promote@v4.0.8
22+
- uses: getdevopspro/github-actions/buildx-bake/promote@v5.0.0
2323
with:
2424
registry-password: ${{ secrets.GITHUB_TOKEN }}
2525
version: 0.0.1-test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
release:
2828
needs: build
29-
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v4.0.8
29+
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v5.0.0
3030
with:
3131
version-package: package.json
3232
git-add-files: package.json

0 commit comments

Comments
 (0)