mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
Fix issue with empty CI tag
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
This commit is contained in:
parent
e3171b49b0
commit
3bafff7e09
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -46,7 +46,6 @@ jobs:
|
|||||||
GIT_COMMIT=${{ github.sha }}
|
GIT_COMMIT=${{ github.sha }}
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ env.REPO_OWNER }}/gateway:${{ github.sha }}
|
ghcr.io/${{ env.REPO_OWNER }}/gateway:${{ github.sha }}
|
||||||
ghcr.io/${{ env.REPO_OWNER }}/gateway:${{ env.TAG }}
|
|
||||||
ghcr.io/${{ env.REPO_OWNER }}/gateway:latest
|
ghcr.io/${{ env.REPO_OWNER }}/gateway:latest
|
||||||
|
|
||||||
build-auth-plugins:
|
build-auth-plugins:
|
||||||
@ -85,5 +84,4 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ env.REPO_OWNER }}/${{ matrix.svc }}:${{ github.sha }}
|
ghcr.io/${{ env.REPO_OWNER }}/${{ matrix.svc }}:${{ github.sha }}
|
||||||
ghcr.io/${{ env.REPO_OWNER }}/${{ matrix.svc }}:${{ env.TAG }}
|
|
||||||
ghcr.io/${{ env.REPO_OWNER }}/${{ matrix.svc }}:latest
|
ghcr.io/${{ env.REPO_OWNER }}/${{ matrix.svc }}:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user