We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae82077 commit 07b8f42Copy full SHA for 07b8f42
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
type=raw,value=${{ matrix.version }}
38
39
- name: Build and push Docker image
40
- uses: docker/build-push-action@v4.1.1
+ uses: docker/build-push-action@v5.3.0
41
with:
42
context: .
43
push: false
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
push: true
0 commit comments