Skip to content

[WIP] push image to registry #3

[WIP] push image to registry

[WIP] push image to registry #3

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