Skip to content

Commit 3dab4ba

Browse files
committed
really becoming slydexic in my old age
1 parent 8e21c58 commit 3dab4ba

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/imaging.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
strategy:
3434
matrix:
35-
python-verison: ['3.8', '3.9', '3.10', '3.11', '3.12']
35+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
3636
steps:
3737
-
3838
name: 💳 Docker Hub Identification
@@ -57,8 +57,6 @@ jobs:
5757
file: Dockerfile
5858
platforms: linux/amd64,linux/arm64
5959
push: true
60-
tags: |
61-
${{secrets.DOCKERHUB_USERNAME}}/python-build:${{matrix.python-version}}
62-
${{secrets.DOCKERHUB_USERNAME}}/python-build:latest
60+
tags: ${{secrets.DOCKERHUB_USERNAME}}/python-build:${{matrix.python-version}}
6361

6462
...

0 commit comments

Comments
 (0)