This commit is contained in:
@@ -7,8 +7,6 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: quay.io/buildah/stable:latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -20,6 +18,9 @@ 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