Skip to content

Commit 72eaf53

Browse files
JOYclaude
andcommitted
ci: bump publish workflow to v10.2.1 and fix image name to ghcr.io/dos/doscan
Workflow had stale RELEASE_VERSION=10.0.6 and was pushing to ghcr.io/blockscout/blockscout (overwritten during upstream sync). This unblocks rebuilding from current main (synced to upstream v10.2.1) as the intermediate step required before the v11.0.0 upgrade. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7ce056a commit 72eaf53

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish-regular-docker-image-on-demand.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
env:
66
OTP_VERSION: '27.3.4.6'
77
ELIXIR_VERSION: '1.19.4'
8-
RELEASE_VERSION: 10.0.6
8+
RELEASE_VERSION: 10.2.1
99

1010
permissions:
1111
contents: read
@@ -32,9 +32,9 @@ jobs:
3232
context: .
3333
file: ./docker/Dockerfile
3434
push: true
35-
cache-from: type=registry,ref=ghcr.io/blockscout/blockscout:buildcache
36-
cache-to: type=registry,ref=ghcr.io/blockscout/blockscout:buildcache,mode=max
37-
tags: ghcr.io/blockscout/blockscout:${{ env.RELEASE_VERSION }}.commit.${{ env.SHORT_SHA }}
35+
cache-from: type=registry,ref=ghcr.io/dos/doscan:buildcache
36+
cache-to: type=registry,ref=ghcr.io/dos/doscan:buildcache,mode=max
37+
tags: ghcr.io/dos/doscan:${{ env.RELEASE_VERSION }}.commit.${{ env.SHORT_SHA }}
3838
labels: ${{ steps.setup.outputs.docker-labels }}
3939
platforms: |
4040
linux/amd64
@@ -54,7 +54,7 @@ jobs:
5454
context: .
5555
file: ./docker/Dockerfile
5656
push: true
57-
tags: ghcr.io/blockscout/blockscout:${{ env.RELEASE_VERSION }}.commit.${{ env.SHORT_SHA }}-indexer
57+
tags: ghcr.io/dos/doscan:${{ env.RELEASE_VERSION }}.commit.${{ env.SHORT_SHA }}-indexer
5858
labels: ${{ steps.setup.outputs.docker-labels }}
5959
platforms: |
6060
linux/amd64

0 commit comments

Comments
 (0)