Skip to content

Commit

Permalink
Update ghcr-alpine-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahalert authored Jul 12, 2023
1 parent 5cd4548 commit fcb03b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghcr-alpine-publish.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit fcb03b9

Please sign in to comment.