Skip to content

Commit ed16d91

Browse files
committed
Test Container Push
1 parent 40768a7 commit ed16d91

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/_containerTemplate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install cosign
5252
uses: sigstore/cosign-installer@v3.1.2
5353
id: install_cosign
54-
if: github.event_name != 'pull_request'
54+
# if: github.event_name != 'pull_request'
5555
with:
5656
cosign-release: 'v2.2.0'
5757

@@ -69,7 +69,7 @@ jobs:
6969
- name: Login Container Registry
7070
uses: docker/login-action@v3.0.0
7171
id: registry_login
72-
if: github.event_name != 'pull_request'
72+
# if: github.event_name != 'pull_request'
7373
with:
7474
registry: ${{ inputs.registry_uri }}
7575
username: ${{ secrets.USER_NAME }}
@@ -106,7 +106,7 @@ jobs:
106106
# This step uses the identity token to provision an ephemeral certificate against the sigstore community Fulcio instance.
107107
- name: Sign container image
108108
id: sign
109-
if: ${{ github.event_name != 'pull_request' }}
109+
# if: ${{ github.event_name != 'pull_request' }}
110110
run: |
111111
echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
112112
env:

.github/workflows/functionApp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010
pull_request:
1111
branches:
1212
- main
13-
paths:
14-
- "**.py"
15-
- "code/function/**"
13+
# paths:
14+
# - "**.py"
15+
# - "code/function/**"
1616

1717
jobs:
1818
function_test:

0 commit comments

Comments
 (0)