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