Skip to content

Commit

Permalink
Inject slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Jun 7, 2024
1 parent 724fa6f commit 97af55b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ jobs:
needs: build-and-push-image
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Inject slug/short variables
uses: rlespinasse/[email protected]
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -154,11 +156,13 @@ jobs:
- build-and-push-image
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-python@v5
uses: actions/checkout@v4
- name: Install Python 3.10
uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: actions/checkout@v4
- name: Inject slug/short variables
uses: rlespinasse/[email protected]
- name: install deps
run: |
make install-integration-tests
Expand Down

0 comments on commit 97af55b

Please sign in to comment.