Skip to content

Commit a551b70

Browse files
Krishna Paifacebook-github-bot
authored andcommitted
fix: Fix docker action to build and push
Summary: The presto-java images are not being updated : https://github.com/facebookincubator/velox/pkgs/container/velox-dev/versions?filters%5Bversion_type%5D=tagged . The last one is from 4 months ago. Differential Revision: D85969608
1 parent 7fc2421 commit a551b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
rm /tmp/centos9.tar
207207
208208
- name: Build and Push
209-
uses: docker/bake-action@3acf805d94d93a86cce4ca44798a76464a75b88c # v6.9.0
209+
uses: docker/build-push-action@v6
210210
with:
211211
targets: ${{ matrix.target }}
212212
push: ${{ github.repository == 'facebookincubator/velox' && github.event_name != 'pull_request'}}

0 commit comments

Comments
 (0)