Update .forgejo/workflows/latest-release.yml
This commit is contained in:
parent
e71aef0f68
commit
7ad379aee9
1 changed files with 5 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: Release (Alpine Latest)
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
@ -32,14 +32,13 @@ jobs:
|
||||||
id: meta
|
id: meta
|
||||||
uses: actions/docker-metadata-action@v5
|
uses: actions/docker-metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE_NAME }}
|
images: ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE_NAME }}
|
||||||
tags: |
|
|
||||||
latest
|
|
||||||
|
|
||||||
- name: Build the Docker image and publish to the Docker Registry
|
- name: Build and publish Alpine Latest
|
||||||
uses: actions/docker-build-push-action@v5
|
uses: actions/docker-build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .docker/latest
|
context: .docker/latest
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: |
|
||||||
|
${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE_NAME }}:latest
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
Loading…
Reference in a new issue