We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbdca75 + c4a7c1b commit ec8b2e1Copy full SHA for ec8b2e1
2 files changed
.github/workflows/build.yml
@@ -21,8 +21,9 @@ jobs:
21
- name: Setup buildx
22
uses: docker/setup-buildx-action@v3
23
- name: Build Only
24
- uses: docker/bake-action@v6
+ uses: docker/bake-action@5ca506d06f70338a4968df87fd8bfee5cbfb84c7 # v6
25
with:
26
+ source: .
27
files: |
28
./docker-bake.hcl
29
targets: build
.github/workflows/release.yml
@@ -37,8 +37,9 @@ jobs:
37
username: ${{ secrets.DOCKERHUB_USERNAME }}
38
password: ${{ secrets.DOCKERHUB_TOKEN }}
39
- name: Build & Push
40
41
42
43
push: 'true'
44
45
0 commit comments