Skip to content

Commit

Permalink
ci: fix typo in variable
Browse files Browse the repository at this point in the history
  • Loading branch information
LowderPlay committed Oct 5, 2023
1 parent da5765f commit 8b1e78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: ghcr.io/{{ github.repository_owner }}/teleotp-bot
images: ghcr.io/${{ github.repository_owner }}/teleotp-bot
-
name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 8b1e78d

Please sign in to comment.