Update docker-publish.yml
This commit is contained in:
parent
f370599674
commit
dfa4825ba7
|
@ -68,6 +68,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
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)
|
# Build and push Docker image with Buildx (don't push on PR)
|
||||||
# https://github.com/docker/build-push-action
|
# https://github.com/docker/build-push-action
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
|
|
Loading…
Reference in New Issue