Skip to content

Commit

Permalink
ci: fix docker labels (again) (#6980)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Oct 30, 2023
1 parent 0162ed3 commit 09f3f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
file: scripts/docker/Dockerfile
context: .
platforms: linux/amd64,linux/arm64
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description="${{ env.description }}"
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=${{ env.description }}

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
Expand Down

0 comments on commit 09f3f3f

Please sign in to comment.