Skip to content

Commit

Permalink
Update dockerhub location
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Lucey committed Aug 2, 2023
1 parent bc14f35 commit a973884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-hub-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Prepare
id: prep
run: |
DOCKER_IMAGE=conorjf/via-api
DOCKER_IMAGE=robertlucey/via-api
TAGS="${DOCKER_IMAGE}:latest"
if [[ $GITHUB_REF == refs/tags/* ]]; then
Expand Down

0 comments on commit a973884

Please sign in to comment.