Skip to content

Commit

Permalink
fix wrong env var workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tiendat1011 committed Jun 22, 2024
1 parent 60c26f0 commit f47a55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
name: "Build and push image"
env:
DOCKER_USER: ${{secrets.DOCKER_USERNAME}}
DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}}
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
ENV_FILE_CONTENT: ${{secrets.ENV_FILE_CONTENT}}

Expand Down

0 comments on commit f47a55d

Please sign in to comment.