Compare commits
2 Commits
6768946b0a
...
a3abe0f716
| Author | SHA1 | Date | |
|---|---|---|---|
|
a3abe0f716
|
|||
|
0964843c49
|
3
.github/workflows/publish-docker.yml
vendored
3
.github/workflows/publish-docker.yml
vendored
@@ -12,7 +12,6 @@ on:
|
||||
|
||||
env:
|
||||
CACHIX_NAME: devenv
|
||||
CACHIX_SKIP_PUSH: true
|
||||
DOCKER_REGISTRY: labs.phundrak.com # Override in repository settings if needed
|
||||
IMAGE_NAME: phundrak/phundrak-dot-com-backend
|
||||
|
||||
@@ -38,7 +37,7 @@ jobs:
|
||||
with:
|
||||
name: '${{ env.CACHIX_NAME }}'
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
skipPush: ${{ env.CACHIX_SKIP_PUSH }}
|
||||
skipPush: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
- name: Build Docker image with Nix
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user