Skip to content

Commit

Permalink
chore (workflow): fixed variable for dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Lukas committed Feb 2, 2023
1 parent 6993b15 commit ddac512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
platforms: linux/amd64,linux/armhf
file: docker/Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/hydraplay:${{ steps.vars.outputs.tag }},${{ secrets.DOCKERHUB_USERNAME }}/hydraplay:latest
tags: ${{ secrets.DOCKERHUB_USERNAME }}/hydraplay:${{ github.ref_name }},${{ secrets.DOCKERHUB_USERNAME }}/hydraplay:latest

0 comments on commit ddac512

Please sign in to comment.