Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Galtozzy committed Oct 29, 2024
1 parent c3519b2 commit 09ab2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Build & Push Image
env:
DOCKER_REGISTRY: ${{ secrets.DOCKER_REGISTRY || 'YOUR_DOCKER_REGISTRY' }}
DOCKER_REGISTRY: ${{ secrets.DOCKER_REGISTRY || 'your_docker_registry' }}
# DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
# DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
IMAGE_NAME: ${{ vars.IMAGE_NAME || 'blacksheep-docker' }}
Expand Down

0 comments on commit 09ab2d1

Please sign in to comment.