Skip to content

ci: build docker image on push #1

ci: build docker image on push

ci: build docker image on push #1

Workflow file for this run

name: Push workflow
on: [push]
jobs:
build-docker-images:
name: Build Docker images
runs-on: ubuntu-24.04
permissions:
packages: write
steps:
- name: GHCR Login
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Docker Buildx builder setup
uses: docker/[email protected]
-
name: Docker Bake
uses: docker/[email protected]
with:
source: https://github.com/rcwbr/dockerfile-partials.git#12-define-common-github-cache-image-bake-config
files: github-cache-bake.hcl