From 545c04f6a090ea1c4851744ecce37491ee636ea9 Mon Sep 17 00:00:00 2001 From: "Fabio A. Castiblanco" Date: Wed, 25 Sep 2024 16:52:37 -0400 Subject: [PATCH] fixed actions yml syntax --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index d5c41dc..4c33bc4 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -17,10 +17,10 @@ jobs: attestations: write id-token: write - steps: - name: Checkout repository uses: actions/checkout@v4 + - name: Log in to the Container registry uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 with: