Skip to content

Commit

Permalink
chore: update docker hub config
Browse files Browse the repository at this point in the history
  • Loading branch information
poontology committed Jun 19, 2024
1 parent fe986f7 commit 16b9350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: meta
uses: docker/[email protected]
with:
images: ofl0w/stash-vr
images: poontology/stash-vr
- name: Set outputs
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.0"
services:
stash-vr:
image: ofl0w/stash-vr:latest
image: poontology/stash-vr:latest
#build: .
container_name: stash-vr
restart: unless-stopped
Expand Down

0 comments on commit 16b9350

Please sign in to comment.