Skip to content

Commit

Permalink
ci: fixed issue with metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Apr 22, 2024
1 parent 290eeb3 commit c68be2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: docker/metadata-action@v5
id: meta
with:
bake-target: production
images: |
ghcr.io/${{ github.repository }}
tags: |
Expand All @@ -38,6 +39,7 @@ jobs:

- uses: docker/bake-action@v4
with:
targets: production
files: |
./docker-bake.hcl
${{ steps.meta-app.outputs.bake-file }}
Expand Down
1 change: 0 additions & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ target "production" {
tags = [
"ghcr.io/nethesis/parceler:latest"
]

}

group "default" {
Expand Down

0 comments on commit c68be2b

Please sign in to comment.