Skip to content

Commit

Permalink
adding Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jan 20, 2022
1 parent ba97827 commit 145b534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
tags: |
latest=auto
type=ref,enable=true,event=branch
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

Expand Down

0 comments on commit 145b534

Please sign in to comment.