CI testing2222
Some checks failed
Invidious CI / build (push) Has been cancelled

This commit is contained in:
Fijxu 2024-11-01 22:05:39 -03:00
parent 31eb2971a7
commit 1524539bb0
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -45,12 +45,14 @@ jobs:
type=sha,format=short,prefix={{date 'YYYY.MM.DD'}}-,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
- uses: https://code.forgejo.org/docker/build-push-action@v5
- uses: https://code.forgejo.org/docker/build-push-action@v6
name: Build images
with:
context: .
file: docker/Dockerfile
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64
push: true
build-args: |