Skip to content

chore: Update runs-on to ubuntu-latest in dockerbuild.yaml #2

chore: Update runs-on to ubuntu-latest in dockerbuild.yaml

chore: Update runs-on to ubuntu-latest in dockerbuild.yaml #2

Workflow file for this run

name: Build and Push Container to GitHub Container Registry
on:
push:
branches:
- no-aws
jobs:
build_and_push:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Build and Push Container to ghcr.io
uses: GlueOps/github-actions-build-push-containers@v0.3.7