Skip to content

Add CI to build Container on MRs #1

Add CI to build Container on MRs

Add CI to build Container on MRs #1

Workflow file for this run

name: CI
permissions:
actions: read
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-swaywm:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Build container
run: sudo podman build -t ghcr.io/odilhao/bootc-sway:$(echo ${GITHUB_REF} | tr '/' '_') .