Skip to content

Commit

Permalink
change secrets to env
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhanu committed Feb 5, 2023
1 parent f078b56 commit 8da6cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
with:
context: .
push: true
tags: ${{ env.DOCKER_REPO }}:v${{ steps.rev.outputs.value }}, ${{ secrets.DOCKER_REPO }}:latest
tags: ${{ env.DOCKER_REPO }}:v${{ steps.rev.outputs.value }}, ${{ env.DOCKER_REPO }}:latest

0 comments on commit 8da6cde

Please sign in to comment.