Update build configuration to use stable tag and upstream image
All checks were successful
Build the Core image / build (push) Successful in 3m42s
All checks were successful
Build the Core image / build (push) Successful in 3m42s
This commit is contained in:
parent
15ae243339
commit
16d5c52535
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Reference in a new issue