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

chore(deps): update golang docker tag to v1.22 #6

chore(deps): update golang docker tag to v1.22

chore(deps): update golang docker tag to v1.22 #6

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@v3
- name: Build
id: build-image
uses: redhat-actions/buildah-build@v2
with:
image: ${{ env.IMAGE_NAME }}
tags: latest ${{ github.sha }}
containerfiles: |
./Containerfile