mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Try to fix GitHub action workflow (see #87)
This commit is contained in:
3
.github/workflows/build_images.yaml
vendored
3
.github/workflows/build_images.yaml
vendored
@@ -59,8 +59,9 @@ jobs:
|
||||
flavor: |
|
||||
latest=auto
|
||||
tags: |
|
||||
type=edge,branch=main,commit=${{ github.sha }}
|
||||
type=edge,branch=master,commit=${{ github.sha }}
|
||||
type=sha,commit=${{ github.sha }}
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
|
||||
- name: Build image for scanning ${{ matrix.image_name }}
|
||||
uses: docker/build-push-action@v5
|
||||
|
||||
Reference in New Issue
Block a user