Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Merlina committed Apr 18, 2024
1 parent 0a0a7f3 commit b080a0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/earth-observations.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Push earth-observations-snap
name: Build and Push earth-observations

on:
push:
Expand All @@ -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}}

0 comments on commit b080a0e

Please sign in to comment.