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 41211af commit 2543d54Copy full SHA for 2543d54
.github/workflows/build-test.yml
@@ -37,7 +37,7 @@ jobs:
37
base: ${{ github.ref }}
38
filters: .github/filters.yml
39
40
- build-test:
+ build:
41
runs-on: ubuntu-latest
42
needs: changes
43
if: ${{ contains(fromJSON(needs.changes.outputs.paths), 'src') }}
@@ -83,6 +83,8 @@ jobs:
83
84
docker-build:
85
86
+ needs: changes
87
+ if: ${{ contains(fromJSON(needs.changes.outputs.paths), 'src') }}
88
steps:
89
- uses: actions/checkout@v5
90
with:
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24-alpine AS builder
+FROM golang:1.25-alpine AS builder
2
RUN mkdir -p /linode
3
WORKDIR /linode
4
0 commit comments