Skip to content

Commit c7a4d6d

Browse files
committed
hardcode repo name
1 parent d3cd061 commit c7a4d6d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
file: dockerfiles/Dockerfile.raster-uvicorn
116116
push: true
117117
tags: |
118-
ghcr.io/${{ github.repository }}-raster:latest
118+
ghcr.io/developmentseed/eoapi-raster:latest
119119
120120
- name: RASTER - Build and push tags
121121
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
@@ -126,7 +126,7 @@ jobs:
126126
file: dockerfiles/Dockerfile.raster-uvicorn
127127
push: true
128128
tags: |
129-
ghcr.io/${{ github.repository }}-raster:${{ steps.tag.outputs.tag }}
129+
ghcr.io/developmentseed/eoapi-raster:${{ steps.tag.outputs.tag }}
130130
131131
#############################################################################
132132
# STAC
@@ -138,7 +138,7 @@ jobs:
138138
file: dockerfiles/Dockerfile.stac-uvicorn
139139
push: true
140140
tags: |
141-
ghcr.io/${{ github.repository }}-stac:latest
141+
ghcr.io/developmentseed/eoapi-stac:latest
142142
143143
- name: STAC - Build and push tags
144144
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
@@ -148,7 +148,7 @@ jobs:
148148
file: dockerfiles/Dockerfile.stac-uvicorn
149149
push: true
150150
tags: |
151-
ghcr.io/${{ github.repository }}-stac:${{ steps.tag.outputs.tag }}
151+
ghcr.io/developmentseed/eoapi-stac:${{ steps.tag.outputs.tag }}
152152
153153
#############################################################################
154154
# VECTOR
@@ -160,7 +160,7 @@ jobs:
160160
file: dockerfiles/Dockerfile.vector-uvicorn
161161
push: true
162162
tags: |
163-
ghcr.io/${{ github.repository }}-vector:latest
163+
ghcr.io/developmentseed/eoapi-vector:latest
164164
165165
- name: VECTOR - Build and push tags
166166
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
@@ -170,5 +170,5 @@ jobs:
170170
file: dockerfiles/Dockerfile.vector-uvicorn
171171
push: true
172172
tags: |
173-
ghcr.io/${{ github.repository }}-vector:${{ steps.tag.outputs.tag }}
173+
ghcr.io/developmentseed/eoapi-vector:${{ steps.tag.outputs.tag }}
174174

0 commit comments

Comments
 (0)