We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef28801 commit a8f64b5Copy full SHA for a8f64b5
.github/workflows/main.yml
@@ -89,7 +89,7 @@ jobs:
89
90
- name: Build and push by digest
91
id: build
92
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
93
with:
94
context: .
95
platforms: ${{ matrix.platform }}
@@ -105,7 +105,7 @@ jobs:
105
touch "/tmp/digests/${digest#sha256:}"
106
107
- name: Upload digest
108
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v3
109
110
name: ${{ steps.getartifactname.outputs.artifact }}
111
path: /tmp/digests/*
version
@@ -1 +1 @@
1
-5.0.42
+5.0.43
0 commit comments