Add validation and remove armv7 (for testing)(
Some checks failed
Lint / lint (push) Successful in 10s
release-tag / release-image (push) Failing after 19m41s

This commit is contained in:
Logan Cusano
2025-02-23 15:27:38 -05:00
parent c872a27017
commit f20b6cc0ed

View File

@@ -40,6 +40,11 @@ jobs:
echo REPO_NAME=$(echo ${GITHUB_REPOSITORY} | awk -F"/" '{print $2}') >> $GITHUB_OUTPUT
echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT
- name: Validate build configuration
uses: docker/build-push-action@v6
with:
call: check
- name: Build and push
uses: docker/build-push-action@v6
with:
@@ -48,7 +53,6 @@ jobs:
platforms: |
linux/amd64
linux/arm64
linux/arm/v7
push: true
tags: | # replace it with your local IP and tags
git.vpn.cusano.net/${{ vars.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}