Skip to content

Commit

Permalink
👷 use Github vars to store the Docker repository
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Dec 10, 2023
1 parent 5229398 commit f712b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: read
environment:
name: docker
url: https://hub.docker.com/r/klement/mysql-to-sqlite
url: https://hub.docker.com/r/${{ vars.DOCKERHUB_REPOSITORY }}
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand All @@ -28,7 +28,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
klement/mysql-to-sqlite
${{ vars.DOCKERHUB_REPOSITORY }}
ghcr.io/${{ github.repository }}
tags: |
type=ref,event=branch
Expand Down

0 comments on commit f712b15

Please sign in to comment.