We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a102f89 commit 437020cCopy full SHA for 437020c
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
cache-to: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/zandronum-server:buildcache,mode=max
46
47
- name: Build and push (Multiplay)
48
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v6
49
with:
50
context: .
51
file: ./Dockerfile.multiplay
0 commit comments