Skip to content

Commit 9c2f872

Browse files
author
Jeremy Price
committed
fix dockerhub repo name
1 parent 322b782 commit 9c2f872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ jobs:
5959
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
6060

6161
###############################################
62-
# Build/Push the 'jerm/jerm-it' image
62+
# Build/Push the 'jermgroks/jerm-it' image
6363
###############################################
6464
# https://github.com/docker/metadata-action
6565
# Get Metadata for docker_build step below
6666
- name: Sync metadata (tags, labels) from GitHub to Docker for 'jerm-it' image
6767
id: meta_build
6868
uses: docker/metadata-action@v5
6969
with:
70-
images: jerm/jerm-it
70+
images: jermgroks/jerm-it
7171
tags: ${{ env.IMAGE_TAGS }}
7272
flavor: ${{ env.TAGS_FLAVOR }}
7373

0 commit comments

Comments
 (0)