Skip to content

Commit 8716ba9

Browse files
committed
update
1 parent e956bf1 commit 8716ba9

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,17 @@ jobs:
5151

5252
build_and_push:
5353
name: Image Build & Push
54-
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/build_and_push_image.yml@main
54+
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/sdre.yml@main
5555
needs: [hadolint]
5656
with:
5757
push_enabled: true
5858
push_destinations: ghcr.io
5959
ghcr_repo_owner: ${{ github.repository_owner }}
6060
ghcr_repo: ${{ github.repository }}
61-
platform_linux_arm32v6_enabled: false
6261
platform_linux_arm64v8_enabled: false
6362
platform_linux_arm32v7_enabled: false
64-
platform_linux_i386_enabled: false
65-
get_version_method: file_in_container:file=/CONTAINER_VERSION
6663
# set build_latest to true if github.event.inputs.use_test_image is false
6764
build_latest: true
6865
build_baseimage_test: false
69-
# only build the entire stack if we are not using the test image
70-
build_version_specific: false
71-
build_platform_specific: false
72-
build_nohealthcheck: false
7366
secrets:
7467
ghcr_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)