We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa2ccd commit 3ce0971Copy full SHA for 3ce0971
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Build Docker image
53
if: github.event_name != 'schedule'
54
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
55
with:
56
context: .
57
tags: espressif/rust-std-training
.github/workflows/docker_image.yml
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
@@ -78,7 +78,7 @@ jobs:
78
password: ${{ secrets.DOCKER_TOKEN }}
79
80
- name: Build and push container
81
82
83
84
file: .devcontainer/Dockerfile
0 commit comments