Skip to content

Commit

Permalink
upd: 'run: docker push command' in workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethmyhra committed Apr 28, 2020
1 parent ac30716 commit 14a13c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
-t ${{ secrets.DOCKERHUB_USERNAME }}/spark:${{steps.vars.outputs.tag}}
-t ${{ secrets.DOCKERHUB_USERNAME }}/spark:r4-latest
- name: Push the tagged Spark Docker image
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/spark:${{steps.vars.outputs.tag}}
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/spark
- name: Build the tagged Mongo Docker image
run: docker build . --file .docker/linux/Mongo.Dockerfile
-t ${{ secrets.DOCKERHUB_USERNAME }}/mongo:${{steps.vars.outputs.tag}}
Expand Down

0 comments on commit 14a13c8

Please sign in to comment.