Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vladi14 committed Nov 11, 2023
1 parent bdb2d52 commit c4dcf1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ jobs:
file: Dockerfile
push: true
tags: |
dastox/maven-hello-world:${{ github.event.after }}
vladipik/maven-hello-world:${{ github.event.after }}
- name: Push Docker Image to Docker Hub
run: |
docker login -u ${{ secrets.DOCKER_UNAME }} -p ${{ secrets.DOCKER_KEY }}
docker push my-docker-image:1.0.1
# - name: Push Docker Image to Docker Hub
# run: |
# docker login -u ${{ secrets.DOCKER_UNAME }} -p ${{ secrets.DOCKER_KEY }}
# docker push my-docker-image:1.0.1


# docker push my-docker-image:1.0.1
Expand Down

0 comments on commit c4dcf1a

Please sign in to comment.