Skip to content

Commit

Permalink
Update docker-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico640 authored Nov 25, 2020
1 parent a4ba5be commit 31e06e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
run: echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
-
name: Build and push Docker image
run: docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t nico640/s6-alpine-node:${{ github.event.release.tag_name }} -f Dockerfile --push .
run: docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t nico640/s6-alpine-node:${GITHUB_REF:10} -f Dockerfile --push .

0 comments on commit 31e06e1

Please sign in to comment.