Skip to content

Commit

Permalink
updating yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebRose committed Jan 3, 2024
1 parent 4345f47 commit 5a16a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
go build -v ./...
- name: Log in to Docker Registry
run: echo ${{ secrets.REGISTRY_PASSWORD }} | docker login simfba.azurecr.io --username ${{ secrets.REGISTRY_USERNAME }} --password-stdin
run: echo ${{ secrets.DOCKER_P }} | docker login simfba.azurecr.io --username ${{ secrets.DOCKER_U }} --password-stdin

- name: Build Docker Image
run: docker build -t simfba.azurecr.io/myapp:${{ github.sha }} .
Expand Down

0 comments on commit 5a16a15

Please sign in to comment.