Skip to content

Commit

Permalink
updated docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
th0rn0 committed Apr 30, 2024
1 parent 1f11f2d commit e3ef5a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
file: resources/docker/api/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/lanops-spotify-jukebox-api:latest
tags: ${{ secrets.DOCKERHUB_USERNAME }}/lanops-spotify-jukebox:api-latest

build-ui:
runs-on: ubuntu-latest
Expand All @@ -58,4 +58,4 @@ jobs:
file: resources/docker/ui/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/lanops-spotify-jukebox-ui:latest
tags: ${{ secrets.DOCKERHUB_USERNAME }}/lanops-spotify-jukebox:ui-latest

0 comments on commit e3ef5a8

Please sign in to comment.