Skip to content

Commit

Permalink
CI: Pin the GitHub bake action version
Browse files Browse the repository at this point in the history
  • Loading branch information
kvalev committed Jun 8, 2023
1 parent c9efe73 commit bf35963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push
uses: docker/bake-action@master
uses: docker/bake-action@v3
with:
files: ./docker/docker-bake.hcl
push: true
Expand Down

0 comments on commit bf35963

Please sign in to comment.