From 18288ca2ce3de9262b98927ce688a2f5eb0853e7 Mon Sep 17 00:00:00 2001 From: Charles Titus Date: Wed, 20 Dec 2023 17:54:59 -0500 Subject: [PATCH] fix yaml syntax error --- .github/workflows/push_images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_images.yml b/.github/workflows/push_images.yml index 3c34da4..e63da68 100644 --- a/.github/workflows/push_images.yml +++ b/.github/workflows/push_images.yml @@ -19,7 +19,7 @@ jobs: id: get_tag run: echo "LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)" >> "$GITHUB_ENV" - - name: Authenticate to ghcr + - name: Authenticate to ghcr run: echo ${{ secrets.GITHUB_TOKEN }} | buildah login --username ${{ github.actor }} --password-stdin ghcr.io - name: Run build script