Skip to content

Require brand to send place packet #43

Require brand to send place packet

Require brand to send place packet #43

Workflow file for this run

name: Publish Docker Image
permissions:
contents: read
packages: write
on:
push:
branches: [ master ]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v3
- name: setup docker buildx
uses: docker/setup-buildx-action@v2
with:
buildkitd-flags: --debug
- name: log into github container registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: publish docker image
uses: docker/build-push-action@v4
with:
push: true
tags: ghcr.io/placenl/chief:latest