We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b552449 commit de902b6Copy full SHA for de902b6
1 file changed
.github/workflows/docker.yaml
@@ -22,7 +22,7 @@ jobs:
22
id: version
23
run: echo "VERSION=$(awk -F= '/^ARG SQLCMD_VERSION/ {print $2}' Dockerfile)" >> $GITHUB_OUTPUT
24
25
- - uses: docker/setup-qemu-action@v3
+ - uses: docker/setup-qemu-action@v4
26
- uses: docker/setup-buildx-action@v3
27
28
- name: Login to Docker Hub
0 commit comments