Skip to content

Commit 038aca3

Browse files
committed
Try to fix tags
1 parent 9eae128 commit 038aca3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/Prebuild.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
id: set-tags
3737
run: |
3838
TAGS="${{ steps.meta.outputs.tags }}"
39-
if [[ "${GITHUB_REF}" == "refs/heads/main" ]]; then
40-
TAGS="${TAGS},${{ env.REGISTRY }}/${{ github.repository }}:latest"
41-
fi
4239
echo "tags=$TAGS" >> $GITHUB_ENV
4340
4441
- name: Build and push

0 commit comments

Comments
 (0)