We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da06eca commit e0f3e6bCopy full SHA for e0f3e6b
2 files changed
.github/workflows/push-container-images.yml
@@ -33,7 +33,7 @@ jobs:
33
username: ${{ secrets.DOCKERHUB_USERNAME }}
34
password: ${{ secrets.DOCKERHUB_TOKEN }}
35
- name: Set up Docker Buildx
36
- uses: docker/setup-buildx-action@v3.11.1
+ uses: docker/setup-buildx-action@v4.0.0
37
- name: Publish to Docker Hub
38
run: |
39
$tags = "${{ steps.validate.outputs.container-tags }}" -Split ','
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
with:
54
version: ${{ env.MinVerVersion }}
55
56
57
- name: Log in to GitHub container registry
58
uses: docker/login-action@v3.6.0
59
0 commit comments