Skip to content

Commit 5e591b7

Browse files
committed
fix image tag string
1 parent c967032 commit 5e591b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ jobs:
100100
builder: ${{ steps.buildx.outputs.name }}
101101
platforms: linux/amd64,linux/arm/v7,linux/arm64
102102
push: true
103-
tags: netfoundry/python:${{ steps.compose_tags.outputs.container_tags }}
103+
tags: ${{ steps.compose_tags.outputs.container_tags }}

0 commit comments

Comments
 (0)