We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10219b5 commit 0c9d699Copy full SHA for 0c9d699
.github/workflows/build.yml
@@ -22,7 +22,4 @@ jobs:
22
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
23
- name: Build and push
24
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 .
+ docker buildx build --platform linux/amd64,linux/arm64 -t $(echo 'ghcr.io/${{ github.repository }}:${{ github.ref_name }}' | tr '[:upper:]' '[:lower:]') --push .
0 commit comments