We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096196c commit 989c509Copy full SHA for 989c509
.github/workflows/push-ghcr.yaml
@@ -1,12 +1,7 @@
1
# https://docs.github.com/en/actions/publishing-packages/publishing-docker-images
2
name: Publish Docker image to ghcr.io
3
4
-on:
5
- push:
6
- tags:
7
- - '*'
8
- branches:
9
- - master
+on: push
10
11
env:
12
REGISTRY: ghcr.io
.github/workflows/push.yml
# Thanks to: https://docs.github.com/en/actions/publishing-packages/publishing-docker-images
name: Publish Docker image
jobs:
push_to_registry:
0 commit comments