Skip to content

Commit 0d9b98f

Browse files
frenzymadnessencukou
authored andcommitted
Fix the name of the Docker hub organization
Unfortunately, Docker Hub does not allow to have dashes in the name of an organization.
1 parent e37b9a2 commit 0d9b98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
description: Tox environment to run the tests on
88
runs:
99
using: docker
10-
image: docker://fedora-python/fedora-python-tox
10+
image: docker://fedorapython/fedora-python-tox
1111
entrypoint: tox
1212
args:
1313
- '-e${{ inputs.tox_env }}'

0 commit comments

Comments
 (0)