diff --git a/.forgejo/workflows/build-edge.yaml b/.forgejo/workflows/build-edge.yaml index 74abaa9..d077e49 100644 --- a/.forgejo/workflows/build-edge.yaml +++ b/.forgejo/workflows/build-edge.yaml @@ -6,7 +6,7 @@ jobs: build-edge: runs-on: x86_64 container: - image: alpinelinux/alpine-gitlab-ci:edge + image: alpinelinux/alpine-gitlab-ci:latest env: CI_PROJECT_DIR: ${{ github.workspace }} CI_DEBUG_BUILD: ${{ runner.debug }} @@ -36,7 +36,7 @@ jobs: needs: [build-edge] runs-on: x86_64 container: - image: alpine:edge + image: alpine:latest env: CI_ALPINE_REPO: 'https://ayakael.net/api/packages/forge/alpine' FORGE_REPO_TOKEN: ${{ secrets.FORGE_REPO_TOKEN }}