We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5229398 commit f712b15Copy full SHA for f712b15
.github/workflows/docker.yml
@@ -15,7 +15,7 @@ jobs:
15
contents: read
16
environment:
17
name: docker
18
- url: https://hub.docker.com/r/klement/mysql-to-sqlite
+ url: https://hub.docker.com/r/${{ vars.DOCKERHUB_REPOSITORY }}
19
steps:
20
- name: Check out the repo
21
uses: actions/checkout@v4
@@ -28,7 +28,7 @@ jobs:
28
uses: docker/metadata-action@v5
29
with:
30
images: |
31
- klement/mysql-to-sqlite
+ ${{ vars.DOCKERHUB_REPOSITORY }}
32
ghcr.io/${{ github.repository }}
33
tags: |
34
type=ref,event=branch
0 commit comments