docker: update README to add ghcr.io (#6677)

This commit is contained in:
Joe Chen
2021-12-18 01:18:48 +08:00
committed by GitHub
parent f1f3e970b9
commit c6968105e5
2 changed files with 14 additions and 22 deletions

View File

@@ -12,6 +12,9 @@ on:
jobs:
buildx:
runs-on: ubuntu-latest
permissions:
actions: write
contents: read
steps:
- name: Canel previous runs on main
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}