all
This commit is contained in:
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
@@ -39,9 +39,8 @@ jobs:
|
||||
build:
|
||||
uses: ./.github/workflows/multi-build-arch.yml
|
||||
with:
|
||||
registry: docker.io
|
||||
registry_username: ubicloud
|
||||
image_name: "ubicloud/windmill-test"
|
||||
registry: ${{ env.REGISTRY }}
|
||||
image_name: ${{ env.IMAGE_NAME }}
|
||||
fetch_depth: 0
|
||||
push_image: true
|
||||
build_runner_cpus: 16
|
||||
|
||||
6
.github/workflows/multi-build-arch.yml
vendored
6
.github/workflows/multi-build-arch.yml
vendored
@@ -96,12 +96,12 @@ jobs:
|
||||
tags: ${{ inputs.metadata_tags }}
|
||||
labels: ${{ inputs.metadata_labels }}
|
||||
|
||||
- name: Log in to registry
|
||||
- name: Login to registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ inputs.registry }}
|
||||
username: ${{ inputs.registry_username }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build and push by digest
|
||||
id: build
|
||||
|
||||
Reference in New Issue
Block a user