Skip to content

Update to the latest version of all tools. #13

Update to the latest version of all tools.

Update to the latest version of all tools. #13

on:
push:
tags:
- '*'
branches:
- master
workflow_dispatch:
name: Publish Docker image
jobs:
publish_docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: ${{ github.repository }}/builder:${{ github.ref_name }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io