Skip to content

Commit b95b98a

Browse files
committed
Rename workflow to reflect GHCR usage
1 parent 6eacc52 commit b95b98a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-publish-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and publish Docker image
1+
name: Build and publish GHCR image
22

33
on:
44
push:
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
push_to_registry:
13-
name: Push Docker image to Docker Hub
13+
name: Push Docker image to GHCR
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Log in to GitHub Container Registry

0 commit comments

Comments
 (0)