File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,16 +49,16 @@ jobs:
49
49
env :
50
50
NIX_SIGN_SECRET_KEY : ${{ secrets.NIX_SIGN_SECRET_KEY }}
51
51
- name : Log in to Docker Hub
52
- if : matrix.runner != 'macos-latest' || matrix.runner != 'macos-13'
52
+ if : matrix.runner != 'macos-latest' && matrix.runner != 'macos-13'
53
53
uses : docker/login-action@v2
54
54
with :
55
55
username : ${{ secrets.DOCKER_USERNAME }}
56
56
password : ${{ secrets.DOCKER_PASSWORD }}
57
57
- name : Build psql bundle with nix
58
- if : matrix.runner != 'macos-latest' || matrix.runner != 'macos-13'
58
+ if : matrix.runner != 'macos-latest' && matrix.runner != 'macos-13'
59
59
run : docker build -t base_nix -f docker/nix/Dockerfile .
60
60
- name : Run build psql bundle
61
- if : matrix.runner != 'macos-latest' || matrix.runner != 'macos-13'
61
+ if : matrix.runner != 'macos-latest' && matrix.runner != 'macos-13'
62
62
run : |
63
63
docker run -e AWS_ACCESS_KEY_ID=${{ env.AWS_ACCESS_KEY_ID }} \
64
64
-e AWS_SECRET_ACCESS_KEY=${{ env.AWS_SECRET_ACCESS_KEY }} \
You can’t perform that action at this time.
0 commit comments