Skip to content

Commit c7982aa

Browse files
committed
Try skipping the environment? (Sigh.)
1 parent 9cad922 commit c7982aa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build-push-test.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
jobs:
99
build:
10-
environment: test
1110
name: Build and push image
1211
runs-on: ubuntu-latest
1312

@@ -17,6 +16,11 @@ jobs:
1716
with:
1817
python-version: "3.11"
1918

19+
- name: Debug info
20+
run: |
21+
echo "SOURCE: ${{ github.secret_source }}"
22+
echo "REPO: ${{ secrets.TEST_ROBOT }}"
23+
2024
- name: Build Frontend Image
2125
id: build-front
2226
uses: redhat-actions/buildah-build@v2
@@ -31,8 +35,6 @@ jobs:
3135
run: |
3236
echo "IMAGE: ${{ steps.build-front.outputs.image }}"
3337
echo "TAGS: ${{ steps.build-front.outputs.tags }}"
34-
echo "SOURCE: ${{ github.secret_source }}"
35-
echo "REPO: ${{ secrets.TEST_ROBOT }}"
3638
3739
- name: Push frontend image to quay.io
3840
id: push-front-to-quay

0 commit comments

Comments
 (0)