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