Skip to content

Commit

Permalink
Merge pull request #232 from AsisBagga/dockerpush
Browse files Browse the repository at this point in the history
updated dockerfile
  • Loading branch information
AsisBagga authored Nov 18, 2020
2 parents bf6f2af + 1616d94 commit 5cde82d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup environment for Docker image publish
run: |
echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})
run: |
echo "RELEASE_VERSION=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
- name: Login to Docker Hub
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
- name: Build the tagged Docker image
Expand Down

0 comments on commit 5cde82d

Please sign in to comment.