Skip to content

Commit f712b15

Browse files
committed
👷 use Github vars to store the Docker repository
1 parent 5229398 commit f712b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: read
1616
environment:
1717
name: docker
18-
url: https://hub.docker.com/r/klement/mysql-to-sqlite
18+
url: https://hub.docker.com/r/${{ vars.DOCKERHUB_REPOSITORY }}
1919
steps:
2020
- name: Check out the repo
2121
uses: actions/checkout@v4
@@ -28,7 +28,7 @@ jobs:
2828
uses: docker/metadata-action@v5
2929
with:
3030
images: |
31-
klement/mysql-to-sqlite
31+
${{ vars.DOCKERHUB_REPOSITORY }}
3232
ghcr.io/${{ github.repository }}
3333
tags: |
3434
type=ref,event=branch

0 commit comments

Comments
 (0)