Skip to content

Push image to ghcr.io #38

Push image to ghcr.io

Push image to ghcr.io #38

name: Push image to ghcr.io
on:
push:
tags: ["v*"]
workflow_dispatch:
permissions:
packages: write
contents: read # This is required for actions/checkout
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- run: sudo cat /etc/default/docker
- run: sudo status docker
- run: sudo restart docker
- run: sudo stop docker