test login
Some checks failed
Build and Deploy Docker Image / build (push) Failing after 22s

This commit is contained in:
Mike 2024-10-22 20:53:10 -04:00
parent 2b2679b363
commit 64d33253cc

View file

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