Skip to content

Commit 00d6ea6

Browse files
remove invalid tag assignment in workflow
1 parent 7f11bd9 commit 00d6ea6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/newbuild.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ jobs:
218218
- name: Create Tag
219219
id: tag
220220
run: echo "tag=${{ needs.setup.outputs.tag-prefix }}${{ matrix.image.tag }}-${{ matrix.arch }}" >> $GITHUB_OUTPUT
221-
=falsev649--latest-amd64
222221
- name: Pull Base Image
223222
run: docker pull --platform linux/${{ matrix.arch }} ubuntu:22.04
224223
# Docker buildx cannot be used to build the dev quickstart image because

0 commit comments

Comments
 (0)