Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielguirra authored Mar 21, 2024
1 parent d0d7dd7 commit ca50651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
run: |
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- name: Build the Docker image
run: docker build . --file Dockerfile --tag $DOCKER_URL_IMAGE_TO_PUSH
run: docker build . --file Dockerfile --tag ${{secrets.DOCKER_URL_IMAGE_TO_PUSH}}
- name: Docker Push
run: docker push $DOCKER_URL_IMAGE_TO_PUSH
run: docker push ${{secrets.DOCKER_URL_IMAGE_TO_PUSH}}

0 comments on commit ca50651

Please sign in to comment.