This commit is contained in:
parent
170f173ebb
commit
e67f7529d2
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: Release
|
name: Container - Alpine Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
@ -33,7 +33,7 @@ jobs:
|
||||||
images: ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE_NAME }}
|
images: ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE_NAME }}
|
||||||
|
|
||||||
- name: Build and publish Alpine Latest
|
- 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:
|
with:
|
||||||
context: .docker/build
|
context: .docker/build
|
||||||
push: true
|
push: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue