feat(Dockerfile): 固定版本號
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM gitea.jsc.idv.tw/images/codex:$CODEX_VERSION
|
||||
FROM gitea.jsc.idv.tw/images/codex:0.1.1
|
||||
|
||||
RUN apt update \
|
||||
&& apt install -y --no-install-recommends git
|
||||
|
||||
@@ -15,7 +15,6 @@ runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
env:
|
||||
CODEX_VERSION: ${{ vars.IMAGE_CODEX_VERSION }}
|
||||
GITEA_SERVER_URL: ${{ gitea.server_url }}
|
||||
GITEA_REPOSITORY: ${{ gitea.repository }}
|
||||
GITEA_TOKEN: ${{ inputs.token || gitea.token }}
|
||||
|
||||
Reference in New Issue
Block a user