Skip to content

Commit

Permalink
Merge pull request #76 from cyber-dojo/set-docker-api-version
Browse files Browse the repository at this point in the history
Set docker api version from Github org variable
  • Loading branch information
JonJagger authored Dec 12, 2024
2 parents 5f77881 + c88624c commit f860145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
AWS_ECR_ID: ${{ vars.AWS_ECR_ID }}
AWS_REGION: ${{ vars.AWS_REGION }}
IMAGE_TAR_FILENAME: /tmp/${{ github.event.repository.name }}:${{ github.sha }}.tar
DOCKER_API_VERSION: ${{ vars.DOCKER_API_VERSION }}

jobs:

Expand Down
2 changes: 1 addition & 1 deletion test/dependent_display_names.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def run
DisplayNames::ALPINE,
DisplayNames::DEBIAN,
DisplayNames::UBUNTU,
'Python 3.13, Pytest 8.33', # Used in traffic-light tests
'Python 3.13, Pytest 8.3.3', # Used in traffic-light tests
# Client-side tests
'VisualBasic, NUnit'
].each do |display_name|
Expand Down

0 comments on commit f860145

Please sign in to comment.