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.
1 parent 0174de8 commit f66fa93Copy full SHA for f66fa93
.github/workflows/build-server.yaml
@@ -24,10 +24,10 @@ jobs:
24
- name: Download release check-chart
25
uses: dsaltares/fetch-gh-release-asset@master
26
with:
27
- file: check-chart_0.0.3_linux_amd64.tar.gz
+ file: check-chart_0.0.4_linux_amd64.tar.gz
28
repo: beclab/check-chart
29
target: check-chart.tar.gz
30
- version: tags/v0.0.3
+ version: tags/v0.0.4
31
- name: get latest tag
32
uses: "WyriHaximus/github-action-get-previous-tag@v1"
33
id: get-latest-tag
Dockerfile.server
@@ -1,5 +1,5 @@
1
FROM golang:1.20.2 AS builder
2
-ARG CHECK_CHART_VERSION=0.0.2
+ARG CHECK_CHART_VERSION=0.0.4
3
4
RUN apt-get update && apt-get install -y gcc git musl-dev musl-tools wget
5
0 commit comments