Skip to content

Commit

Permalink
Fix docker workflow (#59)
Browse files Browse the repository at this point in the history
* Update docker/bake-action to v6

* Update bake file path

* Update docker/bake-action to v5
  • Loading branch information
mpangrazzi authored Jan 27, 2025
1 parent daa0c18 commit aec8faf
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 @@ -36,7 +36,7 @@ jobs:
images: deepset/hayhooks

- name: Build base images
uses: docker/bake-action@v4
uses: docker/bake-action@v5
env:
IMAGE_TAG_SUFFIX: ${{ steps.meta.outputs.version }}
HAYHOOKS_VERSION: ${{ steps.meta.outputs.version }}
Expand Down

0 comments on commit aec8faf

Please sign in to comment.