Skip to content

Commit 03b6e97

Browse files
committed
fix step id
1 parent ae4fef7 commit 03b6e97

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
password: ${{ secrets.GITHUB_TOKEN }}
2020

2121
- uses: docker/metadata-action@v5
22+
id: meta
2223
with:
2324
images: ghcr.io/${{ github.repository }}
2425

@@ -27,5 +28,4 @@ jobs:
2728
files: |
2829
./docker-bake.hcl
2930
${{ steps.meta.outputs.bake-file }}
30-
${{ steps.meta.outputs.bake-file-annotations }}
3131
push: true

docker-bake.hcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ target "default" {
44
inherits = ["docker-metadata-action"]
55
context = "."
66
dockerfile = "Dockerfile"
7-
tags = []
87
}

0 commit comments

Comments
 (0)