mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-11 17:12:16 +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
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: actions/checkout@v5
|
||||
- name: Set build args
|
||||
run: |
|
||||
PYTHON_VERSION=$(cat .python-version)
|
||||
echo "PYTHON_VERSION=$PYTHON_VERSION" >> $GITHUB_ENV
|
||||
echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v6
|
||||
|
||||
Reference in New Issue
Block a user