This commit is contained in:
Ruben Fiszel
2025-01-23 22:59:17 +01:00
parent d9bc8ae181
commit ca91939c41
2 changed files with 5 additions and 6 deletions

View File

@@ -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

View File

@@ -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