Skip to content

Commit bc0cefd

Browse files
committed
Try to fix tags (again)
1 parent 038aca3 commit bc0cefd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/Prebuild.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ jobs:
3232
username: ${{ github.actor }}
3333
password: ${{ secrets.GITHUB_TOKEN }}
3434

35-
- name: Set tags
36-
id: set-tags
37-
run: |
38-
TAGS="${{ steps.meta.outputs.tags }}"
39-
echo "tags=$TAGS" >> $GITHUB_ENV
40-
4135
- name: Build and push
4236
uses: docker/build-push-action@v6
4337
with:

0 commit comments

Comments
 (0)