Skip to content

Commit

Permalink
chore: github action push to local container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdotcosta committed Sep 2, 2023
1 parent dd8f082 commit f7eaeb1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
- name: Add
run: |
cat > /etc/containers/registries.conf.d/localhost.conf <<EOF
[[registry]]
location = "localhost:5000"
insecure = true

EOF
[[registry]]
location = "localhost:5000"
insecure = true
EOF
cat /etc/containers/registries.conf.d/localhost.conf
- name: Push to local registry
id: push-to-quay
uses: redhat-actions/push-to-registry@v2
Expand Down

0 comments on commit f7eaeb1

Please sign in to comment.