Attempting to use custom action #27

Closed
eriq12 wants to merge 16 commits from custom-action into main
2 changed files with 311 additions and 14 deletions
Showing only changes of commit 91a540cdd5 - Show all commits

View File

@@ -18,7 +18,7 @@ on:
jobs: jobs:
bluebuild: bluebuild:
name: Build Custom Image name: Build Custom Image
runs-on: ubuntu-latest runs-on: ubuntu-22.04
permissions: permissions:
contents: read contents: read
packages: write packages: write
@@ -43,7 +43,6 @@ jobs:
# that is compatible with BlueBuild # that is compatible with BlueBuild
- name: Setup Podman - name: Setup Podman
if: ${{ steps.ubuntu_version.outputs.version == '22.04' }}
shell: bash shell: bash
run: | run: |
# from https://askubuntu.com/questions/1414446/whats-the-recommended-way-of-installing-podman-4-in-ubuntu-22-04 # from https://askubuntu.com/questions/1414446/whats-the-recommended-way-of-installing-podman-4-in-ubuntu-22-04