Skip to content

Commit

Permalink
fix typo for image name
Browse files Browse the repository at this point in the history
  • Loading branch information
cooldracula committed Jul 8, 2023
1 parent cd7bf69 commit fe65491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-stable-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: cooldracula/rsslay
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=tag
type=raw,event=tag,value=stable
Expand Down

0 comments on commit fe65491

Please sign in to comment.