mirror of
https://github.com/samhocevar/rinetd.git
synced 2025-03-14 20:00:11 +08:00
uncomment pr check
This commit is contained in:
parent
f6fd0c675d
commit
e9041d5bb2
10
.github/workflow/container-build-push.yml
vendored
10
.github/workflow/container-build-push.yml
vendored
@ -10,11 +10,11 @@ jobs:
|
||||
- name: "Check out repository code: ${{ github.ref }} ${{ github.repository }"
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# - name: "🖥️ Container build (PR check, not main or tag)"
|
||||
# if: github.ref != 'refs/heads/main' && github.ref != 'refs/tags/*'
|
||||
# run: |
|
||||
# cd ./container/
|
||||
# make build
|
||||
- name: "🖥️ Container build (PR check, not main or tag)"
|
||||
if: github.ref != 'refs/heads/main' && github.ref != 'refs/tags/*'
|
||||
run: |
|
||||
cd ./container/
|
||||
make build
|
||||
|
||||
- name: "🔑 Authenticate with Quay.io"
|
||||
# if: github.ref == 'refs/heads/main' || github.ref == 'refs/tags/*'
|
||||
|
Loading…
Reference in New Issue
Block a user