Skip to content

Update workflow to use [email protected] and location_prefix (#31) #6

Update workflow to use [email protected] and location_prefix (#31)

Update workflow to use [email protected] and location_prefix (#31) #6

name: CI
on: [ push ]
jobs:
upload:
name: CI
runs-on: ubuntu-latest
strategy:
matrix:
os: [ "el8", "el9" ]
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build container
run: docker build . --tag builder -f "Dockerfile.${{ matrix.os }}"
- name: Build project
run: docker run -v "${{ github.workspace }}:/code:Z" builder