mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
Merge pull request #310 from nikhilbadyal/chore/base-image
Chore/base image
This commit is contained in:
@@ -9,7 +9,9 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
dockerhub-push:
|
dockerhub-push:
|
||||||
uses: nikhilbadyal/ghactions/.github/workflows/dockerhub-push.yml@main
|
uses: nikhilbadyal/ghactions/.github/workflows/dockerhub-push.yml@main
|
||||||
|
with:
|
||||||
|
IMAGE_TAG: ${{ github.repository }}-base:latest
|
||||||
|
FILE: Dockerfile-base
|
||||||
secrets:
|
secrets:
|
||||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
FILE: Dockerfile-base
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: setup python
|
- name: setup python
|
||||||
uses: actions/setup-python@main
|
uses: actions/setup-python@main
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11.4'
|
||||||
|
|
||||||
- name: Install Requirements
|
- name: Install Requirements
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ jobs:
|
|||||||
secrets:
|
secrets:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
PYTHON_VERSION: '3.11'
|
PYTHON_VERSION: '3.11.4'
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
# Use a specific version of the base Python image
|
# Use a specific version of the base Python image
|
||||||
ARG PYTHON_VERSION=3.11-slim-bullseye
|
ARG PYTHON_VERSION=3.11.4-slim-bullseye
|
||||||
|
|
||||||
FROM python:${PYTHON_VERSION} AS python
|
FROM python:${PYTHON_VERSION} AS python
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user