From 7ad379aee9f59161726c2512d72f34bbc2f4c3ee Mon Sep 17 00:00:00 2001 From: Douglas Parker Date: Tue, 27 Feb 2024 20:09:45 +0000 Subject: [PATCH] Update .forgejo/workflows/latest-release.yml --- .forgejo/workflows/latest-release.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/latest-release.yml b/.forgejo/workflows/latest-release.yml index 63d8a7e..b807e31 100644 --- a/.forgejo/workflows/latest-release.yml +++ b/.forgejo/workflows/latest-release.yml @@ -1,4 +1,4 @@ -name: Release (Alpine Latest) +name: Release on: schedule: @@ -32,14 +32,13 @@ jobs: id: meta uses: actions/docker-metadata-action@v5 with: - images: ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE_NAME }} - tags: | - latest + images: ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE_NAME }} - - name: Build the Docker image and publish to the Docker Registry + - name: Build and publish Alpine Latest uses: actions/docker-build-push-action@v5 with: context: .docker/latest push: true - tags: ${{ steps.meta.outputs.tags }} + tags: | + ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE_NAME }}:latest labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file