Skip to content

Commit

Permalink
ci(repo): fix docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Dec 16, 2024
1 parent 8d2e290 commit 8deb6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
image: ghcr.io/fuellabs/${{ matrix.package }}
image: ghcr.io/fuellabs/${{ matrix.package.name }}
dockerfile: ${{ matrix.package.image }}
build-args: |-
PACKAGE_NAME=${{ matrix.package.name }}

0 comments on commit 8deb6af

Please sign in to comment.