mirror of
https://github.com/samhocevar/rinetd.git
synced 2025-03-22 15:50:08 +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 }"
|
- name: "Check out repository code: ${{ github.ref }} ${{ github.repository }"
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# - name: "🖥️ Container build (PR check, not main or tag)"
|
- name: "🖥️ Container build (PR check, not main or tag)"
|
||||||
# if: github.ref != 'refs/heads/main' && github.ref != 'refs/tags/*'
|
if: github.ref != 'refs/heads/main' && github.ref != 'refs/tags/*'
|
||||||
# run: |
|
run: |
|
||||||
# cd ./container/
|
cd ./container/
|
||||||
# make build
|
make build
|
||||||
|
|
||||||
- name: "🔑 Authenticate with Quay.io"
|
- name: "🔑 Authenticate with Quay.io"
|
||||||
# if: github.ref == 'refs/heads/main' || github.ref == 'refs/tags/*'
|
# if: github.ref == 'refs/heads/main' || github.ref == 'refs/tags/*'
|
||||||
|
Loading…
Reference in New Issue
Block a user