From 13d6e1697792b620def74b45da35160d4525836c Mon Sep 17 00:00:00 2001 From: hlebkanonik Date: Mon, 2 Oct 2023 14:22:50 +0200 Subject: [PATCH] modified: .github/workflows/dockerhub-release.yaml --- .github/workflows/dockerhub-release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dockerhub-release.yaml b/.github/workflows/dockerhub-release.yaml index bebe70f7fa..f874986a45 100644 --- a/.github/workflows/dockerhub-release.yaml +++ b/.github/workflows/dockerhub-release.yaml @@ -5,11 +5,11 @@ on: types: [submitted] env: - AWS_REGION: ${{ vars.AWS_REGION }} # set this to your preferred AWS region, e.g. us-west-1 - ECR_REPOSITORY: ${{ vars.ECR_REPOSITORY }} # set this to your Amazon ECR repository name + AWS_REGION: ${{ vars.AWS_REGION }} # set this to your preferred AWS region, e.g. us-west-1 + ECR_REPOSITORY: ${{ vars.ECR_REPOSITORY }} # set this to your Amazon ECR repository name TARGET_REGISTRY: ${{ vars.TARGET_REGISTRY }} # set to target regestry (DockerHub, GitHub & etc) TARGET_REPOSITORY: ${{ vars.TARGET_REPOSITORY }} # set to target repository - PLATFORMS: ${{ vars.BUILD_PLATFORMS }} # set target build platforms. By default linux/amd64 + PLATFORMS: ${{ vars.BUILD_PLATFORMS }} # set target build platforms. By default linux/amd64 RELEASE_MODE: ${{ vars.RELEASE_MODE }} jobs: