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

Commit

Permalink
cargo: Remove additional space
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 committed Oct 24, 2023
1 parent 49b4f19 commit e701084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cargo/github-docker-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: {{ '${{ github.actor }}' }}
username: {{ '${{ github.actor }}' }}
password: {{ '${{ secrets.GITHUB_TOKEN }}' }}

- name: Build and push amd64
Expand Down

0 comments on commit e701084

Please sign in to comment.