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 c73c9d0 commit d727792Copy full SHA for d727792
devops/actions/build_container/action.yml
@@ -31,8 +31,10 @@ runs:
31
registry: ghcr.io
32
username: ${{ inputs.username }}
33
password: ${{ inputs.password }}
34
+ - name: Set up Docker Buildx
35
+ uses: docker/[email protected]
36
- name: Build and Push Container
- uses: docker/build-push-action@v3.2.0
37
+ uses: docker/build-push-action@v6.18.0
38
with:
39
push: ${{ inputs.push }}
40
tags: ${{ inputs.tags }}
0 commit comments