Skip to content

Commit 4653b05

Browse files
committed
Update inline documentation
1 parent 9522a87 commit 4653b05

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/release-docker.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Stage Docker images through GitHub Actions (GHA) to GitHub Container Registry (GHCR).
22
#
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
69

710
name: Build and release container images
811

@@ -20,7 +23,9 @@ env:
2023
GHCR_IMAGE_NAME: ghcr.io/panodata/grafana-wtf
2124

2225
jobs:
26+
2327
docker:
28+
2429
runs-on: ubuntu-latest
2530
steps:
2631
-

0 commit comments

Comments
 (0)