Skip to content

Commit 2b28243

Browse files
zgliczclaude
andcommitted
Fix invalid Docker image tag format
Remove extra slash before the version tag that was causing "invalid reference format" error in docker buildx. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ab45d4f commit 2b28243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-a3s.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ jobs:
8888
push: true
8989
platforms: linux/arm64
9090
tags: |
91-
${{ steps.login-ecr.outputs.registry }}/a3s/analysis/javascript/:${{ env.BUILD_NUMBER }}
91+
${{ steps.login-ecr.outputs.registry }}/a3s/analysis/javascript:${{ env.BUILD_NUMBER }}
9292
${{ steps.login-ecr.outputs.registry }}/a3s/analysis/javascript:latest

0 commit comments

Comments
 (0)