Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:

- name: Checkout Code Repository
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.0

- name: Set up Python 3.8
uses: actions/setup-python@v4.4.0
Expand All @@ -39,7 +39,7 @@ jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3.3.0
# - uses: actions/checkout@v3.5.0
# - name: Build the Pithus-core Docker image
# run: docker build . --file compose/production/django/Dockerfile
# - name: Build the Pithus-db Docker image
Expand All @@ -55,7 +55,7 @@ jobs:
if: github.event_name == 'push'

steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.0

- name: Build image
run: docker build . --file compose/production/django/Dockerfile --tag $IMAGE_NAME
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
if: github.event_name == 'push'

steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.0

- name: Build image
run: docker build . --file compose/production/postgres/Dockerfile --tag $IMAGE_NAME
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
if: github.event_name == 'push'

steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.0

- name: Build image
run: docker build . --file compose/production/traefik/Dockerfile --tag $IMAGE_NAME
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
# steps:
#
# - name: Checkout Code Repository
# uses: actions/checkout@v3.3.0
# uses: actions/checkout@v3.5.0
# - name: Build the Stack
# run: docker-compose -f local.yml build
#
Expand Down