Skip to content

Commit 2ace701

Browse files
committed
Update sdr-enthusiasts/common-github-workflows digest to d99ce7f
1 parent 691917b commit 2ace701

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
deploy:
4040
name: Deploy without telegraf
41-
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/sdre.yml@7e2533c291e2ecc614b06bd20c3a0c5ada779c59 # main
41+
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/sdre.yml@d99ce7f631ca56901a4aecca25d5c6e4b0a7e2f1 # main
4242
with:
4343
push_enabled: true
4444
push_destinations: ghcr.io
@@ -52,7 +52,7 @@ jobs:
5252
ghcr_token: ${{ secrets.GITHUB_TOKEN }}
5353
deploy_with_telegraf:
5454
name: Deploy with telegraf and healthcheck
55-
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/sdre.yml@7e2533c291e2ecc614b06bd20c3a0c5ada779c59 # main
55+
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/sdre.yml@d99ce7f631ca56901a4aecca25d5c6e4b0a7e2f1 # main
5656
with:
5757
push_enabled: true
5858
push_destinations: ghcr.io

.github/workflows/deploy_trixie.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: |
4848
github.event.inputs.build_latest_as_test == 'false' ||
4949
github.event.inputs.build_latest_as_test == ''
50-
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/sdre.yml@7e2533c291e2ecc614b06bd20c3a0c5ada779c59 # main
50+
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/sdre.yml@d99ce7f631ca56901a4aecca25d5c6e4b0a7e2f1 # main
5151
with:
5252
push_enabled: true
5353
push_destinations: ghcr.io
@@ -66,7 +66,7 @@ jobs:
6666
if: |
6767
github.event.inputs.build_latest_as_test == 'false' ||
6868
github.event.inputs.build_latest_as_test == ''
69-
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/sdre.yml@7e2533c291e2ecc614b06bd20c3a0c5ada779c59 # main
69+
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/sdre.yml@d99ce7f631ca56901a4aecca25d5c6e4b0a7e2f1 # main
7070
with:
7171
push_enabled: true
7272
push_destinations: ghcr.io

.github/workflows/test_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
test_build:
1010
name: Test Image Build
11-
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/sdre.yml@7e2533c291e2ecc614b06bd20c3a0c5ada779c59 # main
11+
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/sdre.yml@d99ce7f631ca56901a4aecca25d5c6e4b0a7e2f1 # main
1212
with:
1313
push_enabled: false
1414
ghcr_repo_owner: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)