Skip to content

Commit ea80352

Browse files
authored
renamed action and removed arm build
1 parent 844284e commit ea80352

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/dockerhub-image.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker Image CI
1+
name: Build and Release
22

33
on:
44
workflow_dispatch:
@@ -41,7 +41,6 @@ jobs:
4141
build_release: ${{ steps.set_env_variables.outputs.BUILD_RELEASE }}
4242
build_prerelease: ${{ steps.set_env_variables.outputs.BUILD_PRERELEASE }}
4343
release_version: ${{ steps.set_env_variables.outputs.RELEASE_VERSION }}
44-
4544
dh_img_name: ${{ steps.set_env_variables.outputs.DH_IMG_NAME }}
4645

4746
steps:
@@ -50,7 +49,7 @@ jobs:
5049
run: |
5150
echo "BUILDX_DRIVER=docker-container" >> $GITHUB_OUTPUT
5251
echo "BUILDX_VERSION=latest" >> $GITHUB_OUTPUT
53-
echo "BUILDX_PLATFORMS=linux/amd64,linux/arm64" >> $GITHUB_OUTPUT
52+
echo "BUILDX_PLATFORMS=linux/amd64" >> $GITHUB_OUTPUT
5453
echo "BUILDX_ENDPOINT=" >> $GITHUB_OUTPUT
5554
5655
echo "DH_IMG_NAME=vert" >> $GITHUB_OUTPUT
@@ -95,7 +94,7 @@ jobs:
9594
name: Checkout Files
9695
uses: actions/checkout@v4
9796
- name: VERT Build and Push
98-
uses: makeplane/actions/build-push@v1.0.0
97+
uses: makeplane/actions/build-push@v1.1.0
9998
with:
10099
build-release: ${{ needs.release_build_setup.outputs.build_release }}
101100
build-prerelease: ${{ needs.release_build_setup.outputs.build_prerelease }}

0 commit comments

Comments
 (0)