From 37b6ed9af20f16305e6348283b7ea0b1e927a432 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 8 Jun 2022 15:57:29 +0100 Subject: [PATCH] Correct container build for to the correct name --- .github/workflows/build-container.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-container.yaml b/.github/workflows/build-container.yaml index ae164a9..32b26f4 100644 --- a/.github/workflows/build-container.yaml +++ b/.github/workflows/build-container.yaml @@ -28,5 +28,5 @@ jobs: with: push: true tags: | - ghcr.io/${{ github.repository_owner }}/ohayodash:${{ github.ref_name }} - ghcr.io/${{ github.repository_owner }}/ohayodash:latest + ghcr.io/${{ github.repository_owner }}/smsbot:${{ github.ref_name }} + ghcr.io/${{ github.repository_owner }}/smsbot:latest