This commit is contained in:
parent
2b2679b363
commit
64d33253cc
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue