Skip to content

Update packages.

Update packages. #9

Workflow file for this run

name: "Build image: FCOS Custom"
on:
push:
branches:
- main
jobs:
build-image:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Build container image
id: build-image
uses: redhat-actions/buildah-build@v2
with:
containerfiles: Containerfile
image: fedora-coreos-custom
layers: false
oci: true
- name: Push Image
uses: redhat-actions/push-to-registry@v2
id: push
with:
image: ${{ steps.build-image.outputs.image }}
tags: ${{ steps.build-image.outputs.tags }}
registry: ghcr.io/${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ github.token }}
extra-args: |
--disable-content-trust