Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
B0nam authored Apr 8, 2024
1 parent 02ef1e0 commit 7c65b04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Build debian-doom image
run: docker build -t debian-doom:latest Docker/.
run: docker build -t docker-doom:latest Docker/.

- name: Push debian-doom image
run: |
docker tag debian-doom:latest "${{ secrets.DOCKERHUB_USERNAME }}/debian-doom:latest"
docker push "${{ secrets.DOCKERHUB_USERNAME }}/debian-doom:latest"
docker tag debian-doom:latest "${{ secrets.DOCKERHUB_USERNAME }}/docker-doom:latest"
docker push "${{ secrets.DOCKERHUB_USERNAME }}/docker-doom:latest"

0 comments on commit 7c65b04

Please sign in to comment.