mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-13 10:02:15 +00:00
Fix Docker build
This commit is contained in:
4
.github/workflows/build-container.yaml
vendored
4
.github/workflows/build-container.yaml
vendored
@@ -22,10 +22,10 @@ jobs:
|
|||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
- uses: actions/checkout@v5
|
||||||
- name: Set build args
|
- name: Set build args
|
||||||
run: |
|
run: |
|
||||||
PYTHON_VERSION=$(cat .python-version)
|
echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
|
||||||
echo "PYTHON_VERSION=$PYTHON_VERSION" >> $GITHUB_ENV
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
id: docker_build
|
id: docker_build
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user