Skip to content

Update README.md

Update README.md #14

Workflow file for this run

name: Build and Publish Docker Image
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-24.04
permissions:
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Log in to GHCR
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image to GHCR
uses: docker/build-push-action@v3
with:
context: ./
file: ./Dockerfile
push: true
tags: |
ghcr.io/zluqe/zluqet:latest