Skip to content

Commit

Permalink
Merge branch 'main' of github.com:gmt2001/ouroboros
Browse files Browse the repository at this point in the history
  • Loading branch information
gmt2001 committed Mar 1, 2023
2 parents 66cbd5c + 9499222 commit ec6f4dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sed -i -r 's/VERSION = "custom"/VERSION = "0.0+test"/' pyouroboros/__init__.py
echo $?\
- name: Build Docker
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
echo $?\
- name: Build and Push Docker
if: contains(steps.check_credentials.outputs.missingsecrets, 'no')
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sed -i -r 's/VERSION = "custom"/VERSION = "0.0+test"/' pyouroboros/__init__.py
echo $?\
- name: Build Docker
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.5-alpine
FROM python:3.11.2-alpine

ENV TZ UTC

Expand Down

0 comments on commit ec6f4dd

Please sign in to comment.