Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
KevKibe committed Mar 1, 2024
1 parent 819ee76 commit 1a55eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.IMAGE_NAME }}:latest .

- name: Push the Docker image
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/:latest
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.IMAGE_NAME }}:latest

- name: Run Docker container
run: docker run ${{ secrets.IMAGE_NAME }}
run: docker run ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.IMAGE_NAME }}:latest

0 comments on commit 1a55eab

Please sign in to comment.