From f32539419422c832a5f5ed92ef177cd7af872280 Mon Sep 17 00:00:00 2001 From: abaumann Date: Wed, 27 Mar 2024 15:06:50 -0400 Subject: [PATCH] github actions cannot use both uses and run, removing the uses --- .github/workflows/publish-to-gcr-ghcr.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-to-gcr-ghcr.yml b/.github/workflows/publish-to-gcr-ghcr.yml index 036a1f9cf..08987d5be 100644 --- a/.github/workflows/publish-to-gcr-ghcr.yml +++ b/.github/workflows/publish-to-gcr-ghcr.yml @@ -14,7 +14,6 @@ jobs: with: credentials_json: '${{ secrets.B64_GCLOUD_SERVICE_ACCOUNT_JSON }}' - name: Building and pushing the image - uses: ./ run: | docker login ghcr.io -u abaumann -p ${github_token} ./docker/vm_boot_images/build.sh -P