You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/docker.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ jobs:
59
59
60
60
- name: Build Docker image
61
61
id: build
62
-
uses: docker/build-push-action@v2
62
+
uses: docker/build-push-action@v3
63
63
with:
64
64
context: .
65
65
load: true # load into docker instead of immediately pushing
@@ -72,7 +72,7 @@ jobs:
72
72
run: docker run --rm -v $(pwd):/data ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }} /data/tests/regression/04-mutex/01-simple_rc.c # run image by version in case multiple tags
0 commit comments