We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d89453 commit 3235514Copy full SHA for 3235514
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Bump version and push tag
53
id: github_tag_action
54
- uses: anothrNick/github-tag-action@1.67.0
+ uses: anothrNick/github-tag-action@1.70.0
55
env:
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
WITH_V: true
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.18.4
+FROM alpine:3.20.3
2
WORKDIR /etc/runner
3
COPY assets /etc/runner/scripts/assets
4
RUN mv /etc/runner/scripts/assets/runner.sh /usr/local/bin/runner
0 commit comments