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