File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Stage Docker images through GitHub Actions (GHA) to GitHub Container Registry (GHCR).
2
2
#
3
- # https://github.com/docker/build-push-action/blob/master/docs/advanced/tags-labels.md
4
- # https://github.com/crazy-max/ghaction-docker-meta
5
- # https://github.com/docker/build-push-action
3
+ # - https://github.com/docker/metadata-action
4
+ # - https://github.com/docker/setup-qemu-action
5
+ # - https://github.com/docker/setup-buildx-action
6
+ # - https://github.com/docker/login-action
7
+ # - https://github.com/docker/build-push-action
8
+ # - https://github.com/docker/build-push-action/blob/master/docs/advanced/tags-labels.md
6
9
7
10
name : Build and release container images
8
11
20
23
GHCR_IMAGE_NAME : ghcr.io/panodata/grafana-wtf
21
24
22
25
jobs :
26
+
23
27
docker :
28
+
24
29
runs-on : ubuntu-latest
25
30
steps :
26
31
-
You can’t perform that action at this time.
0 commit comments