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 fed8c44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 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,10 +39,11 @@ jobs:

- uses: docker/bake-action@v4
with:
targets: production
files: |
./docker-bake.hcl
${{ steps.meta-app.outputs.bake-file }}
${{ steps.meta.outputs.bake-file }}
set: |
*.cache-to=type=gha,mode=max
*.cache-from=type=gha
push: true
*.output=type=registry
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 fed8c44

Please sign in to comment.