Skip to content

Commit

Permalink
github actions cannot use both uses and run, removing the uses
Browse files Browse the repository at this point in the history
  • Loading branch information
abaumann committed Mar 27, 2024
1 parent b0c43cf commit f325394
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-to-gcr-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f325394

Please sign in to comment.