This commit is contained in:
parent
429a3d2824
commit
bc69e63639
1 changed files with 6 additions and 6 deletions
|
@ -37,12 +37,12 @@ jobs:
|
|||
make ci
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Login to Forgejo
|
||||
uses: redhat-actions/podman-login@v1
|
||||
with:
|
||||
registry: ${{ env.FORGEJO_FQDN }}
|
||||
username: ${{ secrets.FORGEJO_USER }}
|
||||
password: ${{ secrets.FORGEJO_TOKEN }}
|
||||
# - name: Login to Forgejo
|
||||
# uses: redhat-actions/podman-login@v1
|
||||
# with:
|
||||
# registry: ${{ env.FORGEJO_FQDN }}
|
||||
# username: ${{ secrets.FORGEJO_USER }}
|
||||
# password: ${{ secrets.FORGEJO_TOKEN }}
|
||||
- name: Buildah Action
|
||||
uses: redhat-actions/buildah-build@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue