Update .gitea/workflows/push.yaml
Some checks failed
Push Workflows / docs (push) Has been cancelled
Push Workflows / nix-build (push) Has been cancelled
Push Workflows / env (push) Has been cancelled
Push Workflows / build (push) Has been cancelled
Push Workflows / leptos-test (push) Has been cancelled
Push Workflows / test (push) Has been cancelled
Push Workflows / docker-build (push) Failing after 40s
Some checks failed
Push Workflows / docs (push) Has been cancelled
Push Workflows / nix-build (push) Has been cancelled
Push Workflows / env (push) Has been cancelled
Push Workflows / build (push) Has been cancelled
Push Workflows / leptos-test (push) Has been cancelled
Push Workflows / test (push) Has been cancelled
Push Workflows / docker-build (push) Failing after 40s
This commit is contained in:
parent
f2890825ec
commit
504f04784d
@ -36,16 +36,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: "${{ steps.get-image-name.outputs.IMAGE_NAME }}:${{ gitea.sha }}"
|
tags: "${{ steps.get-image-name.outputs.IMAGE_NAME }}:${{ gitea.sha }}"
|
||||||
cache-from: type=gha
|
cache-to: mode=max
|
||||||
cache-to: type=gha,mode=max
|
|
||||||
- name: Build and push Docker image with "latest" tag
|
- name: Build and push Docker image with "latest" tag
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
if: gitea.ref == 'refs/heads/main'
|
if: gitea.ref == 'refs/heads/main'
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: "${{ steps.get-image-name.outputs.IMAGE_NAME }}:latest"
|
tags: "${{ steps.get-image-name.outputs.IMAGE_NAME }}:latest"
|
||||||
cache-from: type=gha
|
cache-to: mode=max
|
||||||
cache-to: type=gha,mode=max
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: libretunes-cicd
|
runs-on: libretunes-cicd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user