Skip to content

Update docker/build-push-action action to v5 - autoclosed #21

Update docker/build-push-action action to v5 - autoclosed

Update docker/build-push-action action to v5 - autoclosed #21

Workflow file for this run

name: Build
on:
pull_request: {}
push:
branches:
- master
jobs:
image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/${{ github.repository }}
- name: Build
uses: docker/build-push-action@v5
with:
context: latest
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}