Compare commits

...

3 commits

Author SHA1 Message Date
64d33253cc test login
Some checks failed
Build and Deploy Docker Image / build (push) Failing after 22s
2024-10-22 20:53:10 -04:00
2b2679b363
testing
Some checks failed
Build and Deploy Docker Image / build (push) Failing after 21s
2024-10-22 20:46:47 -04:00
d364b3c3ad
testing
Some checks failed
Build and Deploy Docker Image / build (push) Failing after 15s
2024-10-22 20:43:26 -04:00

View file

@ -0,0 +1,45 @@
name: Build and Deploy Docker Image
on:
push:
branches:
- ci-build
jobs:
build:
runs-on: docker
steps:
- 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
with:
image: my-new-image
tags: test
containerfiles: |
./Dockerfile
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v2
#
# - name: Log in to Gitea Container Registry
# uses: docker/login-action@v3
# with:
#
# - name: Build and push Docker image
# uses: docker/build-push-action@v6
# with:
# context: .
# push: true
# tags: git.thecodedom.com/dotechbro/dotechbro-website:latest