From 1051071caef7786777814060bd482b20c1c95b8b Mon Sep 17 00:00:00 2001 From: eternaltyro Date: Thu, 2 May 2024 14:30:35 +0100 Subject: [PATCH] Trigger build again --- .github/workflows/container-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-image.yml b/.github/workflows/container-image.yml index 24cd8efb83..690531f94e 100644 --- a/.github/workflows/container-image.yml +++ b/.github/workflows/container-image.yml @@ -47,7 +47,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} # This step uses [docker/metadata-action](https://github.com/docker/metadata-action#about) to extract tags and labels that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a subsequent step. The `images` value provides the base name for the tags and labels. - - name: Extract metadata (tags, labels) for Docker + - name: Set container image metadata id: meta uses: docker/metadata-action@v5 with: @@ -60,7 +60,7 @@ jobs: type=semver,pattern={{version}} type=semver,pattern={{major}} - - name: Build and push Docker image + - name: Build and push container image uses: docker/build-push-action@v5 with: context: .