Try v5 of docker-build-push
Some checks failed
Release / Release (push) Failing after 12s

This commit is contained in:
Bill Niblock 2025-06-06 21:44:16 -04:00
parent 170f173ebb
commit e67f7529d2

View file

@ -1,4 +1,4 @@
name: Release
name: Container - Alpine Build
on:
workflow_dispatch:
@ -33,7 +33,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE_NAME }}
- name: Build and publish Alpine Latest
uses: https://forge.niblock.tech/actions/docker-build-push-action@v6
uses: https://forge.niblock.tech/actions/docker-build-push-action@v5
with:
context: .docker/build
push: true