From 64d33253ccd23c6e5b9d30c0da73d075d50c1803 Mon Sep 17 00:00:00 2001 From: Mike Smith <89040888+smiggiddy@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:53:10 -0400 Subject: [PATCH] test login --- .gitea/workflows/pipeline-test.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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