diff --git a/.gitea/workflows/pipeline-test.yml b/.gitea/workflows/pipeline-test.yml index d729198..059a8f0 100644 --- a/.gitea/workflows/pipeline-test.yml +++ b/.gitea/workflows/pipeline-test.yml @@ -13,6 +13,13 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Log in to Red Hat Registry + uses: https://github.com/redhat-actions/podman-login@v1 + with: + password: ${{ secrets.PASSWORD }} + username: ${{ secrets.USERNAME }} + registry: git.thecodedom.com + - name: Buildah Action uses: https://github.com/redhat-actions/buildah-build@v2 @@ -28,9 +35,6 @@ jobs: # - name: Log in to Gitea Container Registry # uses: docker/login-action@v3 # with: - # password: ${{ secrets.PASSWORD }} - # username: ${{ secrets.USERNAME }} - # registry: git.thecodedom.com # # - name: Build and push Docker image # uses: docker/build-push-action@v6