Skip to content

[WIP] push image to registry #7

[WIP] push image to registry

[WIP] push image to registry #7

name: Build and push
on:
pull_request:
permissions:
pull-requests: write
contents: write
jobs:
test-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "this is triggered"
- name: Install latest podman
run: |
bash .github/workflows/scripts/install_latest_podman.sh
- name: Build Image
id: build_image
uses: redhat-actions/buildah-build@v2
with:
image: "opendatahub-tests"
layers: false
tags: ${{ github.event.pull_request.number }}
containerfiles: |
Dockerfile