Skip to content

Commit

Permalink
Remove Python version from tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Nov 5, 2024
1 parent f673099 commit 2560b54
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
fail-fast: false
matrix:
tag:
- 3.11-basic
- 3.11-docworker
- 3.11-docworker-lambda
- basic
- docworker
- docworker-lambda

env:
PUBLIC_IMAGE_PREFIX: 'datastewardshipwizard'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
fail-fast: false
matrix:
tag:
- 3.11-basic
- 3.11-docworker
- 3.11-docworker-lambda
- basic
- docworker
- docworker-lambda

env:
IMAGE_BASE_NAME: 'localhost:5000/test/python-base'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2560b54

Please sign in to comment.