mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
several pipeline fixes
This commit is contained in:
11
.github/workflows/build-images.yml
vendored
11
.github/workflows/build-images.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user