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:
4949 env :
5050 NIX_SIGN_SECRET_KEY : ${{ secrets.NIX_SIGN_SECRET_KEY }}
5151 - 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'
5353 uses : docker/login-action@v2
5454 with :
5555 username : ${{ secrets.DOCKER_USERNAME }}
5656 password : ${{ secrets.DOCKER_PASSWORD }}
5757 - 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'
5959 run : docker build -t base_nix -f docker/nix/Dockerfile .
6060 - 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'
6262 run : |
6363 docker run -e AWS_ACCESS_KEY_ID=${{ env.AWS_ACCESS_KEY_ID }} \
6464 -e AWS_SECRET_ACCESS_KEY=${{ env.AWS_SECRET_ACCESS_KEY }} \
You can’t perform that action at this time.
0 commit comments