feat(oci): move to Containerfile
Some checks failed
/ build (pull_request) Failing after 3s

This commit is contained in:
Varakh 2024-05-04 08:10:52 +02:00
parent 429a3d2824
commit bc69e63639

View file

@ -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: