We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cad922 commit c7982aaCopy full SHA for c7982aa
.github/workflows/build-push-test.yaml
@@ -7,7 +7,6 @@ on:
7
8
jobs:
9
build:
10
- environment: test
11
name: Build and push image
12
runs-on: ubuntu-latest
13
@@ -17,6 +16,11 @@ jobs:
17
16
with:
18
python-version: "3.11"
19
+ - name: Debug info
20
+ run: |
21
+ echo "SOURCE: ${{ github.secret_source }}"
22
+ echo "REPO: ${{ secrets.TEST_ROBOT }}"
23
+
24
- name: Build Frontend Image
25
id: build-front
26
uses: redhat-actions/buildah-build@v2
@@ -31,8 +35,6 @@ jobs:
31
35
run: |
32
36
echo "IMAGE: ${{ steps.build-front.outputs.image }}"
33
37
echo "TAGS: ${{ steps.build-front.outputs.tags }}"
34
- echo "SOURCE: ${{ github.secret_source }}"
- echo "REPO: ${{ secrets.TEST_ROBOT }}"
38
39
- name: Push frontend image to quay.io
40
id: push-front-to-quay
0 commit comments