Skip to content

Commit f3669fe

Browse files
authored
Update ci.yaml
1 parent 6aa5e51 commit f3669fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
name: Get short ref
4949
run: echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
5050

51+
- name: Set up Buildx
52+
uses: docker/setup-buildx-action@v3
53+
5154
- id: docker-push-tagged
5255
name: Tag Docker image and push to Google Artifact Registry
5356
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)