We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9506b8e + 04e9282 commit 3ebf915Copy full SHA for 3ebf915
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.12.0
+ 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
@@ -145,7 +145,7 @@ jobs:
145
with:
146
version: ${{ env.MinVerVersion }}
147
148
149
- name: Log in to GitHub container registry
150
uses: docker/login-action@v4.0.0
151
0 commit comments