Skip to content

Commit

Permalink
fix step id
Browse files Browse the repository at this point in the history
  • Loading branch information
zachauten committed Sep 24, 2024
1 parent ae4fef7 commit 03b6e97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/metadata-action@v5
id: meta
with:
images: ghcr.io/${{ github.repository }}

Expand All @@ -27,5 +28,4 @@ jobs:
files: |
./docker-bake.hcl
${{ steps.meta.outputs.bake-file }}
${{ steps.meta.outputs.bake-file-annotations }}
push: true
1 change: 0 additions & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ target "default" {
inherits = ["docker-metadata-action"]
context = "."
dockerfile = "Dockerfile"
tags = []
}

0 comments on commit 03b6e97

Please sign in to comment.