We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde2d68 commit c97074bCopy full SHA for c97074b
.github/workflows/main.yaml
@@ -55,12 +55,16 @@ jobs:
55
path: .artifacts/kubectl
56
57
- name: tools - docker - login
58
- if: github.event_name == 'push' && github.actor != 'dependabot[bot]'
59
uses: docker/login-action@v3
60
with:
61
username: ${{ secrets.ES_DOCKERHUB_USERNAME }}
62
password: ${{ secrets.ES_DOCKERHUB_PAT }}
63
+ - name: docker - setup - buildx
64
+ uses: docker/setup-buildx-action@v3
65
+ with:
66
+ driver: docker-container # REQUIRED for multi-platform builds
67
+
68
- name: docker - build and push
69
uses: docker/build-push-action@v5
70
0 commit comments