CI: Use ubuntu-22.04-full
Some checks are pending
Build and Push Docker Image / build (push) Waiting to run
Some checks are pending
Build and Push Docker Image / build (push) Waiting to run
This commit is contained in:
@@ -6,7 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04-full
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -18,9 +18,6 @@ jobs:
|
||||
username: ${{ secrets.REGISTRY_USER }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
|
||||
- name: Install buildah
|
||||
run: sudo apt-get -y update && sudo apt-get -y install buildah
|
||||
|
||||
- name: Buildah Build
|
||||
env:
|
||||
BRANCH_NAME: ${{ github.ref_name }}
|
||||
|
||||
Reference in New Issue
Block a user