Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bkataru authored Dec 8, 2023
1 parent 9efd6b5 commit 91a6b6f
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 @@ -16,8 +16,8 @@ jobs:
- uses: actions/checkout@v3
- name: Docker login
env:
DOCKER_USERNAME: ${{env.DOCKER_USERNAME}}
DOCKER_PASSWORD: ${{env.DOCKER_PASSWORD}}
DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}}
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
run: docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- name: Build the Docker image
run: docker build -t bkataru/impulses:sveltekit-node-ts .
Expand Down

0 comments on commit 91a6b6f

Please sign in to comment.