Skip to content

Added missing empty white line #6

Added missing empty white line

Added missing empty white line #6

Workflow file for this run

name: Compile Image
on:
release:
types:
- created
push:
pull_request:
permissions:
packages: write
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: docker/[email protected]
- uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}
- uses: docker/[email protected]
id: meta
with:
images: ghcr.io/${{ github.repository }}
tags: |
type=sha,format=short,prefix=
type=raw,value=latest,enable={{ is_default_branch }}
- uses: docker/[email protected]
with:
push: true
tags: ${{ steps.meta.outputs.tags }}