From 48ce44ccb48339e90215b6a6a9f6e3dccc7739f5 Mon Sep 17 00:00:00 2001 From: Alexander Terry Date: Fri, 19 Apr 2024 18:37:57 -0800 Subject: [PATCH] correct ghcr yml? --- .github/workflows/ghcr.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 35e6098..923105c 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -45,7 +45,6 @@ jobs: with: context: . push: true - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} + tags: mralext20/alex-bot:latest cache-from: type=gha cache-to: type=gha,mode=max \ No newline at end of file