Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

chore(deps): update actions/checkout action to v4 #4

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #4

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
- '!main'
jobs:
build-push:
runs-on: ubuntu-latest
env:
REGISTRY: ghcr.io/${{ github.repository_owner }}
IMAGE_NAME: nomad-logger
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
id: build-image
uses: redhat-actions/buildah-build@v2
with:
image: ${{ env.IMAGE_NAME }}
tags: latest ${{ github.sha }}
containerfiles: |
./Containerfile