GoDoxy/.github/workflows/docker-image.yml
2024-03-29 22:53:20 +00:00

14 lines
295 B
YAML

name: Docker Image CI
on:
push:
tags:
- "*"
jobs:
build_and_push:
runs-on: ubuntu-latest
steps:
- name: Build and Push Container to ghcr.io
uses: GlueOps/github-actions-build-push-containers@v0.3.7
with:
tags: latest,${{ github.ref_name }}