Skip to content

Commit 024401d

Browse files
committed
fix publish
1 parent 15e3874 commit 024401d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
cache-to: |
8585
type=registry,ref=${{secrets.REHOSTING_ARC_REGISTRY}}/rehosting/penguin:cache,mode=max
8686
type=registry,ref=${{secrets.REHOSTING_ARC_REGISTRY}}/rehosting/penguin:cache_last_published,mode=max
87-
tags: rehosting/penguin:${{ github.sha }},rehosting/penguin:${{ steps.version.outputs.v-version }},rehosting/penguin:latest
87+
tags: rehosting/penguin:${{ github.sha }},rehosting/penguin:${{ steps.version.outputs.v-version }},rehosting/penguin:latest,${{secrets.REHOSTING_ARC_REGISTRY}}/rehosting/penguin:${{ github.sha }}
8888
build-args: |
8989
OVERRIDE_VERSION=${{ steps.version.outputs.v-version }}
9090
REGISTRY=${{ secrets.REHOSTING_ARC_REGISTRY }}/proxy
@@ -115,7 +115,8 @@ jobs:
115115

116116
- name: Add dependencies
117117
run: |
118-
cat <<'EOF' > Dockerfile
118+
cat <<'EOF' >> Dockerfile
119+
119120
FROM penguin AS docs
120121
121122
RUN pip install sphinx \

0 commit comments

Comments
 (0)