Skip to content

Commit

Permalink
update dev-deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-ebp committed Mar 27, 2024
1 parent ebc2d4a commit bca1fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/create-image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.repository_owner }}
password: ${{ input.TOKEN }}
password: ${{ inputs.TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit bca1fd2

Please sign in to comment.