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.
2 parents 34f26fc + 551e60f commit 463408dCopy full SHA for 463408d
.github/workflows/docker.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
-
15
name: Checkout
16
- uses: actions/checkout@v4.2.2
+ uses: actions/checkout@v5.0.0
17
18
name: Build
19
id: docker_build
.github/workflows/gyb_release.yml
@@ -34,7 +34,7 @@ jobs:
34
echo -e "tag: $tag\nrevision: $rev\nisLatest: $islatest"
35
36
37
38
39
name: Build a single platform for testing
40
uses: docker/build-push-action@v6
0 commit comments