From b080a0ec9ee4c63e702b6f23e3c05b110b879fad Mon Sep 17 00:00:00 2001 From: Andrea Merlina Date: Thu, 18 Apr 2024 14:37:31 +0200 Subject: [PATCH] minor fix --- .github/workflows/earth-observations.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/earth-observations.yaml b/.github/workflows/earth-observations.yaml index 226f2d7..f9a87a4 100644 --- a/.github/workflows/earth-observations.yaml +++ b/.github/workflows/earth-observations.yaml @@ -1,4 +1,4 @@ -name: Build and Push earth-observations-snap +name: Build and Push earth-observations on: push: @@ -10,10 +10,10 @@ on: jobs: build-push: - name: earth-observations-snap + name: earth-observations uses: ./.github/workflows/build-push.yaml with: - image_name: earth-observations-snap + image_name: earth-observations secrets: workload_identity_provider: ${{secrets.WORKLOAD_IDENTITY_PROVIDER}} workload_identity_sa: ${{secrets.WORKLOAD_IDENTITY_SA}} \ No newline at end of file