Skip to content

Commit

Permalink
Make image name lower-case
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanConnell authored Dec 30, 2023
1 parent ce60d4e commit 8883fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
DOCKER_IMAGE: RyanConnell/concert-watch
DOCKER_IMAGE: ryanconnell/concert-watch
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_TARGET_PLATFORM: linux/arm/v7
Expand Down

0 comments on commit 8883fef

Please sign in to comment.