Skip to content

Commit

Permalink
Use GH variable DOCKER_IMAGE_NAME in docker publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcage committed Aug 22, 2023
1 parent 9b15bab commit 5af2044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: civilfleet/ohf-freeshop
images: ${{ vars.DOCKER_IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down

0 comments on commit 5af2044

Please sign in to comment.