Update main.yml
This commit is contained in:
parent
7f9acf6a1a
commit
7cc6996017
|
|
@ -23,6 +23,9 @@ jobs:
|
|||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
# Runs a set of commands using the runners shell
|
||||
- name: Logging into Dockerhub
|
||||
run: docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
|
||||
- name: Pulling the docker image
|
||||
run: docker pull vezzal/vezzal:v0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue