Skip to content

Commit

Permalink
Update release.yaml (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooktheryan authored Nov 11, 2021
1 parent c4b35a0 commit 5b77c56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
RELEASE_REG_USER: ${{ secrets.REGISTRY_USER }}
RELEASE_REG_PASS: ${{ secrets.REGISTRY_PASS }}
RELEASE_REG_PASS: ${{ secrets.REGISTRY_PASSWORD }}

jobs:
build:
Expand All @@ -17,7 +17,7 @@ jobs:
with:
registry: quay.io
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASS }}
password: ${{ secrets.REGISTRY_PASSWORD }}

- name: Install required packages
run: sudo apt install build-essential qemu-user qemu-user-static
Expand All @@ -29,4 +29,4 @@ jobs:
shell: bash
run: make release TOKEN=${GITHUB_TOKEN}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5b77c56

Please sign in to comment.