Skip to content

Commit 989c509

Browse files
build images for every commit
1 parent 096196c commit 989c509

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/workflows/push-ghcr.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
# https://docs.github.com/en/actions/publishing-packages/publishing-docker-images
22
name: Publish Docker image to ghcr.io
33

4-
on:
5-
push:
6-
tags:
7-
- '*'
8-
branches:
9-
- master
4+
on: push
105

116
env:
127
REGISTRY: ghcr.io

.github/workflows/push.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
# Thanks to: https://docs.github.com/en/actions/publishing-packages/publishing-docker-images
22
name: Publish Docker image
33

4-
on:
5-
push:
6-
tags:
7-
- '*'
8-
branches:
9-
- master
4+
on: push
105

116
jobs:
127
push_to_registry:

0 commit comments

Comments
 (0)