Skip to content

Commit

Permalink
Hardcode owntracks/frontend as DOCKER_IMAGE in docker.yml
Browse files Browse the repository at this point in the history
As we were using the DOCKER_USERNAME secret rather than "owntracks", the
images all ended up in @jpmens' personal account :)
  • Loading branch information
linusg committed Jun 14, 2020
1 parent 90dac40 commit 23d7346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
run: |
DOCKER_IMAGE=${DOCKER_USERNAME}/frontend
DOCKER_IMAGE=owntracks/frontend
DOCKER_PLATFORMS=linux/amd64,linux/arm/v7,linux/arm64
VERSION=master
Expand Down

1 comment on commit 23d7346

@jpmens
Copy link
Member

@jpmens jpmens commented on 23d7346 Jun 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, sorry about that!

Please sign in to comment.