several pipeline fixes

This commit is contained in:
WoLfulus
2020-09-23 16:29:43 -03:00
parent 5617c29d63
commit a151a1a515
5 changed files with 63 additions and 22 deletions

View File

@@ -2,7 +2,7 @@ name: build-images
on:
release:
types:
- created
- published
jobs:
build:
@@ -14,6 +14,9 @@ jobs:
- name: Build
uses: ./.github/actions/build-images
with:
username: ${{ github.actor }}
password: ${{ github.token }}
version: ${{ github.ref }}
registry: "ghcr.io"
repository: "${{ github.repository }}"
username: "${{ secrets.REGISTRY_USERNAME }}"
password: "${{ secrets.REGISTRY_PASSWORD }}"
version: "${{ github.ref }}"
push: "true"