Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
fix (github_actions):Fixing issue related to warning Unexpected input…
Browse files Browse the repository at this point in the history
…(s) 'username' for Generate Docker image #1539
  • Loading branch information
MohammadiIram authored and lordrip committed Apr 26, 2023
1 parent 443a36b commit d4fb0d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/generate-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
username: ${{ secrets.DOCKER_USERNAME }}
env:
username: ${{ secrets.DOCKER_USERNAME }}
if: ${{env.username != ''}}
Expand Down

0 comments on commit d4fb0d8

Please sign in to comment.