Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyLuLiu authored Jul 3, 2024
1 parent 0a3df8d commit 36f8720
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Publish release on github
name: tag test
on:
push:
tags:
- '*'
env:
REGISTRY_USER: rhn_support_lul
IMAGE_REGISTRY: quay.io
REGISTRY_PASSWORD: ${{ secrets.password }}
jobs:
build:
runs-on: ${{ matrix.os }}
Expand All @@ -20,6 +24,11 @@ jobs:
env:
TAG_CONTEXT: ${{ toJson(github.ref_name) }}
run: echo "$TAG_CONTEXT"
- name: login quay
uses: redhat-actions/podman-login@v1
with:
username: ${{ env.REGISTRY_USER }}
password: ${{ env.REGISTRY_PASSWORD }}
- name: write script
run: |
cat <<EOF > build-qe-images.sh
Expand Down

0 comments on commit 36f8720

Please sign in to comment.