From 0f7136b942f8bb5820248183fb59f2744dd58498 Mon Sep 17 00:00:00 2001 From: Attilio Greco Date: Tue, 19 Oct 2021 18:43:40 +0200 Subject: [PATCH] update --- .github/workflows/build-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 9d1b966..d7f3b5f 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -11,8 +11,8 @@ on: # Run tests for any PRs. pull_request: -env: - IMAGE_NAME: web-base +# env: +# IMAGE_NAME: jobs: # Push image to GitHub Packages. @@ -62,7 +62,7 @@ jobs: with: # list of Docker images to use as base name for tags images: | - ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME + ghcr.io/${{ github.repository_owner }}/web-base # generate Docker tags based on the following events/attributes tags: | type=semver,pattern={{row}}