From fcb03b94d470e18d3624472da46fe64eaaac13ba Mon Sep 17 00:00:00 2001 From: ahalert <139193224+ahalert@users.noreply.github.com> Date: Wed, 12 Jul 2023 22:37:51 +0800 Subject: [PATCH] Update ghcr-alpine-publish.yml --- .github/workflows/ghcr-alpine-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ghcr-alpine-publish.yml b/.github/workflows/ghcr-alpine-publish.yml index 0349870b..ea823918 100644 --- a/.github/workflows/ghcr-alpine-publish.yml +++ b/.github/workflows/ghcr-alpine-publish.yml @@ -1,4 +1,4 @@ -name: Docker +name: ghcr-alpine-publish # This workflow uses actions that are not certified by GitHub. # They are provided by a third-party and are governed by @@ -74,7 +74,7 @@ jobs: id: build-and-push uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a with: - context: ./chageself/alpine-latest/ + context: ./chageself/alpine-latest/Dockerfile push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}