Skip to content

Commit e5eba6d

Browse files
committed
rm: unnecessary comments
1 parent 2e01dd9 commit e5eba6d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
name: Docker
2-
3-
# This workflow uses actions that are not certified by GitHub.
4-
# They are provided by a third-party and are governed by
5-
# separate terms of service, privacy policy, and support
6-
# documentation.
1+
name: Build and Publish Docker Image
72

83
on:
94
push:
@@ -14,9 +9,7 @@ on:
149
branches: [ "main" ]
1510

1611
env:
17-
# Use docker.io for Docker Hub if empty
1812
REGISTRY: ghcr.io
19-
# github.repository as <account>/<repo>
2013
IMAGE_NAME: ${{ github.repository }}
2114

2215

0 commit comments

Comments
 (0)