Update docker-publish.yml
This commit is contained in:
5
.github/workflows/docker-publish.yml
vendored
5
.github/workflows/docker-publish.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user