We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81863e commit 271b6f2Copy full SHA for 271b6f2
Dockerfile
@@ -1,6 +1,6 @@
1
FROM docker:20.10.21-dind
2
3
-ENV VERSION=v0.27.0
+ENV VERSION=v0.29.0
4
5
RUN apk add --update --no-cache curl bash && \
6
curl -LO https://github.com/buildpacks/pack/releases/download/${VERSION}/pack-${VERSION}-linux.tgz && \
README.md
@@ -23,7 +23,7 @@ on: [push]
23
- name: Push image
24
```
25
26
-> buildpacks v0.27.0 will be executed.
+> buildpacks/pack v0.29.0 will be executed.
27
28
## Inputs
29
- `image` : (required) Name of container image.
0 commit comments