Skip to content

Commit 0c9d699

Browse files
committed
Revert "Also push as v1"
This reverts commit 10219b5.
1 parent 10219b5 commit 0c9d699

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,4 @@ jobs:
2222
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
2323
- name: Build and push
2424
run: |
25-
docker buildx build --platform linux/amd64,linux/arm64 \
26-
-t $(echo 'ghcr.io/${{ github.repository }}:${{ github.ref_name }}' | tr '[:upper:]' '[:lower:]') \
27-
-t $(echo 'ghcr.io/${{ github.repository }}:v1' | tr '[:upper:]' '[:lower:]') \
28-
--push .
25+
docker buildx build --platform linux/amd64,linux/arm64 -t $(echo 'ghcr.io/${{ github.repository }}:${{ github.ref_name }}' | tr '[:upper:]' '[:lower:]') --push .

0 commit comments

Comments
 (0)