We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b0ec0 commit 7507f98Copy full SHA for 7507f98
.github/workflows/build.yml
@@ -20,6 +20,7 @@ jobs:
20
21
env:
22
PUSH_IMAGE: ${{ github.repository == 'EOPF-Explorer/data-pipeline' && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')) }}
23
+ IMAGE_REGISTRY: ${{ secrets.OVH_HARBOR_REGISTRY || format('ghcr.io/{0}', github.repository_owner) }}
24
25
steps:
26
- name: Checkout code
@@ -29,7 +30,7 @@ jobs:
29
30
id: meta
31
uses: docker/metadata-action@v5
32
with:
- images: ${{ secrets.OVH_HARBOR_REGISTRY }}/eopf-sentinel-zarr-explorer/data-pipeline
33
+ images: ${{ env.IMAGE_REGISTRY }}/eopf-sentinel-zarr-explorer/data-pipeline
34
tags: |
35
type=sha
36
type=ref,event=branch
0 commit comments