Skip to content

Commit

Permalink
Merge branch 'testing'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico640 committed Nov 24, 2020
2 parents 88fa2f1 + f3ff771 commit a4ba5be
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2
-
name: Get tag
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF:10}
-
name: Login to DockerHub
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:$RELEASE_VERSION -f Dockerfile --push .
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 .

0 comments on commit a4ba5be

Please sign in to comment.