From 016b457c1507684ff8a21eba59bb91cc6638cf30 Mon Sep 17 00:00:00 2001 From: pablomendezroyo <41727368+pablomendezroyo@users.noreply.github.com> Date: Thu, 4 Jan 2024 12:24:10 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22990b3..d845690 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: with: file: Dockerfile push: true - tags: ghcr.io/${{ github.repository_owner }}/smooth-bot:${{ github.event.inputs.tag }} + tags: ghcr.io/${{ github.repository_owner }}/smooth-bot:latest gh-release: runs-on: ubuntu-latest