push to ghcr.io only

This commit is contained in:
Cody Lee
2022-11-07 08:39:14 -06:00
parent 1d245518f1
commit 2a0bd50f61
2 changed files with 57 additions and 51 deletions

View File

@@ -21,6 +21,12 @@ jobs:
- run: git fetch --force --tags
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-go@v3
with:
go-version: '>=1.19.3'