diff --git a/.forgejo/workflows/docker.yml b/.forgejo/workflows/docker.yml index 0a7c3c6..3b0020d 100644 --- a/.forgejo/workflows/docker.yml +++ b/.forgejo/workflows/docker.yml @@ -12,9 +12,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v4 - name: Install Podman - run: | - apt update && apt install -y podman - echo 'unqualified-search-registries=["docker.io"]' >> /etc/containers/registries.conf + run: apt update && apt install -y podman - name: Login to Forgejo Container Registry run: echo "${{ secrets.FORGEJO_TOKEN }}" | podman login ${{ forgejo.server_url }} -u ${{ forgejo.actor }} --password-stdin - name: Build image @@ -30,9 +28,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v4 - name: Install Podman - run: | - apt update && apt install -y podman - echo 'unqualified-search-registries=["docker.io"]' >> /etc/containers/registries.conf + run: apt update && apt install -y podman - name: Login to Forgejo Container Registry run: echo "${{ secrets.FORGEJO_TOKEN }}" | podman login ${{ forgejo.server_url }} -u ${{ forgejo.actor }} --password-stdin - name: Build image