Skip to content

Commit

Permalink
bug: wrong secret in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Aug 22, 2024
1 parent 6ae47ff commit 3188ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ secrets.DOCKER_IMAGE_NAME }}
images: ${{ secrets.DOCKER_IMAGE }}

- name: Build and push Docker image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 3188ce4

Please sign in to comment.