Skip to content

Commit

Permalink
lowercase docker stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
marvelous committed Apr 22, 2024
1 parent 726a146 commit 288308a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
- uses: actions/checkout@v4
- run: >
podman login
--username ${{ github.actor }}
--password ${{ github.token }}
${{ env.REGISTRY }}
--username '${{ github.actor }}'
--password '${{ github.token }}'
"${REGISTRY,,}"
- run: >
podman build
--tag ${{ env.TAG }}
--tag "${TAG,,}"
.
- run: >
podman push
${{ env.TAG }}
"${TAG,,}"

0 comments on commit 288308a

Please sign in to comment.