Skip to content

Commit

Permalink
fix docker nightly job
Browse files Browse the repository at this point in the history
  • Loading branch information
almostinf committed Dec 3, 2023
1 parent 8d7c588 commit 0e8f1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
with:
file: ./${{matrix.services}}/Dockerfile
push: true
tags: go-marketplace/${{matrix.services}}-nightly:${{env.DOCKER_TAG}},go-marketplace/${{matrix.services}}-nightly:latest
tags: ${{ secrets.DOCKER_USERNAME }}/go-marketplace/${{matrix.services}}-nightly:${{env.DOCKER_TAG}},${{ secrets.DOCKER_USERNAME }}/go-marketplace/${{matrix.services}}-nightly:latest

0 comments on commit 0e8f1de

Please sign in to comment.