We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4fef7 commit 03b6e97Copy full SHA for 03b6e97
.github/workflows/build.yaml
@@ -19,6 +19,7 @@ jobs:
19
password: ${{ secrets.GITHUB_TOKEN }}
20
21
- uses: docker/metadata-action@v5
22
+ id: meta
23
with:
24
images: ghcr.io/${{ github.repository }}
25
@@ -27,5 +28,4 @@ jobs:
27
28
files: |
29
./docker-bake.hcl
30
${{ steps.meta.outputs.bake-file }}
- ${{ steps.meta.outputs.bake-file-annotations }}
31
push: true
docker-bake.hcl
@@ -4,5 +4,4 @@ target "default" {
4
inherits = ["docker-metadata-action"]
5
context = "."
6
dockerfile = "Dockerfile"
7
- tags = []
8
}
0 commit comments