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
|
make ci
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
- name: Login to Forgejo
|
# - name: Login to Forgejo
|
||||||
uses: redhat-actions/podman-login@v1
|
# uses: redhat-actions/podman-login@v1
|
||||||
with:
|
# with:
|
||||||
registry: ${{ env.FORGEJO_FQDN }}
|
# registry: ${{ env.FORGEJO_FQDN }}
|
||||||
username: ${{ secrets.FORGEJO_USER }}
|
# username: ${{ secrets.FORGEJO_USER }}
|
||||||
password: ${{ secrets.FORGEJO_TOKEN }}
|
# password: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
- name: Buildah Action
|
- name: Buildah Action
|
||||||
uses: redhat-actions/buildah-build@v2
|
uses: redhat-actions/buildah-build@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue