Update docker-publish.yml

This commit is contained in:
Eigeen 2022-03-21 21:01:15 +08:00 committed by GitHub
parent f370599674
commit dfa4825ba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -68,6 +68,11 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Get golang binary file
uses: wei/wget@v1
with:
args: -qO- https://go.dev/dl/go1.18.linux-amd64.tar.gz
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image