Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Download release check-chart
uses: dsaltares/fetch-gh-release-asset@master
with:
file: check-chart_0.0.4_linux_amd64.tar.gz
file: check-chart_0.0.5_linux_amd64.tar.gz
repo: beclab/check-chart
target: check-chart.tar.gz
version: tags/v0.0.4
version: tags/v0.0.5
- name: get latest tag
uses: "WyriHaximus/github-action-get-previous-tag@v1"
id: get-latest-tag
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.server
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM golang:1.20.2 AS builder
ARG CHECK_CHART_VERSION=0.0.4
ARG CHECK_CHART_VERSION=0.0.5

RUN apt-get update && apt-get install -y gcc git musl-dev musl-tools wget

Expand Down
Loading