We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a9305 commit fb676eaCopy full SHA for fb676ea
.github/workflows/dockerimage.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-22.04
10
env:
11
DOCKER_REGISTRY: hub.docker.com
12
- DOCKER_IMAGE: dtayme/plex-utills
+ DOCKER_IMAGE: fognetx/plex-utills
13
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
14
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
15
steps:
@@ -26,7 +26,7 @@ jobs:
26
id: meta
27
uses: docker/metadata-action@v3
28
with:
29
- images: dtayme/plex-utills
+ images: fognetx/plex-utills
30
31
- name: build and push
32
uses: docker/build-push-action@v2
0 commit comments