From 62813ca5894933cad165dcda99423c3fac9b1eb5 Mon Sep 17 00:00:00 2001 From: Javier Evans Date: Thu, 11 Jan 2024 13:02:24 -0800 Subject: [PATCH] get interpolation right in docker tag --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d87df340..248f7bb5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -280,8 +280,8 @@ jobs: push: true platforms: linux/amd64,linux/arm64 tags: | - ghcr.io/$GITHUB_REPOSITORY/nginx-oss-s3-gateway:latest-${{ steps.date.outputs.date }}-new-build-test - ghcr.io/$GITHUB_REPOSITORY/nginx-oss-s3-gateway:latest-new-build-test + ghcr.io/${{ GITHUB_REPOSITORY }}/nginx-oss-s3-gateway:latest-${{ steps.date.outputs.date }}-new-build-test + ghcr.io/${{ GITHUB_REPOSITORY }}/nginx-oss-s3-gateway:latest-new-build-test # Dockerhub tags # nginxinc/nginx-s3-gateway:latest-${{ steps.date.outputs.date }}-new-build-test