Merge pull request #96 from c4rt0/moveOntoF39 #105
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Containers | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
permissions: | |
contents: read | |
jobs: | |
build-fedora-infra: | |
name: "Build container image (fedora-infra)" | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Build container image (fedora-infra) | |
uses: docker/build-push-action@v3 | |
with: | |
file: ./dist/fedora-infra/Dockerfile |