Skip to content

Commit

Permalink
Update docker-login.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djgomezsantos authored Aug 25, 2024
1 parent ee23ae7 commit d7f8ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-login.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build Docker Image
run: docker build -t ${{ secrets.DOCKER_USERNAME }}/your-repo:latest .
run: docker build -t ${{ secrets.DOCKER_USERNAME }}/codex-pipeline:latest .

- name: Push Docker Image
run: docker push ${{ secrets.DOCKER_USERNAME }}/your-repo:latest
run: docker push ${{ secrets.DOCKER_USERNAME }}/codex-pipeline:latest

0 comments on commit d7f8ed7

Please sign in to comment.