This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
||||
- name: Install tools
|
||||
run: |
|
||||
set -ex
|
||||
dnf install -y git buildah 2>&1
|
||||
dnf install -y --quiet git buildah 2>&1
|
||||
|
||||
- name: Set registry host
|
||||
run: |
|
||||
@@ -31,5 +31,5 @@ jobs:
|
||||
- name: Push image
|
||||
run: |
|
||||
set -ex
|
||||
buildah login -u ${{ gitea.actor }} -p ${{ secrets.GITEA_TOKEN }} ${{ env.server_url }} 2>&1
|
||||
buildah login -u ${{ gitea.actor }} -p ${{ secrets.GITEA_TOKEN }} ${{ env.REGISTRY_HOST }} 2>&1
|
||||
buildah push ${{ env.REGISTRY_HOST }}/${{ gitea.repository }}:latest 2>&1
|
||||
|
||||
Reference in New Issue
Block a user