Fix pipeline
Some checks failed
Build the Core image / build (push) Failing after 10s

This commit is contained in:
Adam Štrauch 2025-11-13 23:35:35 +01:00
parent c3c2aa813d
commit 4dd980586f
Signed by: cx
GPG key ID: 7262DAFE292BCE20

View file

@ -5,7 +5,7 @@ on:
branches: [ main ]
workflow_dispatch: {}
schedule:
- cron: '0 4 * * *'
- cron: '0 23 * * *'
jobs:
build:
@ -17,8 +17,11 @@ jobs:
- uses: actions/checkout@v4
- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login gitea.ceperka.net -u ${{ github.actor }} --password-stdin
run: echo "${{ env.FORGEJO_TOKEN }}" | docker login gitea.ceperka.net -u ${{ env.FORGEJO_ACTOR }} --password-stdin
- name: Download latest upstream image
run: docker pull quay.io/fedora/fedora-coreos:testing
- name: Build
run: docker build -t $IMAGE:$TAG .