Update build configuration to use stable tag and upstream image
All checks were successful
Build the Core image / build (push) Successful in 3m42s

This commit is contained in:
Adam Štrauch 2025-11-14 13:12:35 +01:00
parent 15ae243339
commit 16d5c52535
Signed by: cx
GPG key ID: 7262DAFE292BCE20

View file

@ -12,7 +12,7 @@ jobs:
runs-on: [dev, amd64]
env:
IMAGE: gitea.ceperka.net/cx/core
TAG: "43"
TAG: "stable"
steps:
- uses: actions/checkout@v4
@ -20,7 +20,7 @@ jobs:
run: echo "${{ secrets.CICD_PASSWORD }}" | docker login gitea.ceperka.net -u ${{ secrets.CICD_USER }} --password-stdin
- name: Download latest upstream image
run: docker pull quay.io/fedora/fedora-coreos:testing
run: docker pull quay.io/fedora/fedora-coreos:stable
- name: Build
run: docker build -t $IMAGE:$TAG .