Skip to content

Commit

Permalink
use DOCKERHUBUSERNAME as part of repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiKAC authored and Derich367 committed May 19, 2024
1 parent 36eadcd commit de62b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/leaf2mqtt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: derich367/leaf2mqtt
images: ${{ secrets.DOCKERHUBUSERNAME }}/leaf2mqtt
tags: |
type=raw,value=${{ github.run_number }}
type=raw,value=latest
Expand Down

0 comments on commit de62b4e

Please sign in to comment.