Skip to content

Commit 6ed8383

Browse files
committed
👷 add Docker publish workflow
1 parent c4d7970 commit 6ed8383

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
push_to_registry:
1313
name: Push Docker image to Docker Hub
1414
runs-on: ubuntu-latest
15+
environment:
16+
name: docker
17+
url: https://pypi.org/p/sqlite3-to-mysql
1518
steps:
1619
- name: Check out the repo
1720
uses: actions/checkout@v4

0 commit comments

Comments
 (0)