Skip to content

Bump docker/build-push-action from 6.4.1 to 6.5.0 #16

Bump docker/build-push-action from 6.4.1 to 6.5.0

Bump docker/build-push-action from 6.4.1 to 6.5.0 #16

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
jobs:
build:
name: Build image
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Build
uses: docker/[email protected]
with:
context: .
push: false
tags: "ghcr.io/${{ github.repository_owner }}/private-demo:pr-${{ github.event.number }}"