Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
marvelous committed Apr 22, 2024
1 parent 441cc95 commit ed7e0f5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ jobs:
- uses: actions/checkout@v4
- run: >
podman login
--username '${{ github.actor }}'
--password '${{ github.token }}'
"${REGISTRY,,}"
--username '${{ github.actor }}'
--password '${{ github.token }}'
"${REGISTRY,,}"
- run: >
podman build
--tag "${TAG,,}"
.
--tag "${TAG,,}"
.
- run: >
podman push
"${TAG,,}"
"${TAG,,}"
- if: ${{ github.ref_name == github.event.repository.default_branch }}
run: >
podman tag
"${TAG,,}"
"${REGISTRY,,}":latest
"${TAG,,}"
"${REGISTRY,,}":latest
&&
podman push
"${REGISTRY,,}":latest
"${REGISTRY,,}":latest

0 comments on commit ed7e0f5

Please sign in to comment.