Skip to content

Commit fb676ea

Browse files
committed
fixed repo refrence
1 parent 16a9305 commit fb676ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/dockerimage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-22.04
1010
env:
1111
DOCKER_REGISTRY: hub.docker.com
12-
DOCKER_IMAGE: dtayme/plex-utills
12+
DOCKER_IMAGE: fognetx/plex-utills
1313
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
1414
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
1515
steps:
@@ -26,7 +26,7 @@ jobs:
2626
id: meta
2727
uses: docker/metadata-action@v3
2828
with:
29-
images: dtayme/plex-utills
29+
images: fognetx/plex-utills
3030

3131
- name: build and push
3232
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)