Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix publish-docker-release.yml again
Browse files Browse the repository at this point in the history
  • Loading branch information
s3krit committed Oct 6, 2020
1 parent 5978f93 commit 82c6f5a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/publish-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Login to Dockerhub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build
id: docker_build
uses: docker/build-push-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
path: ./scripts/docker
file: ./scripts/docker/Dockerfile.release
repository: ${{ secrets.DOCKERHUB_USERNAME }}/polkadot
tags: latest
push: true
file: scripts/docker/Dockerfile.release
tags: martinparity/polkadot:latest
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 82c6f5a

Please sign in to comment.