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 f8bd640 commit 4cbeaadCopy full SHA for 4cbeaad
1 file changed
.github/workflows/node&docker.yml
@@ -14,7 +14,7 @@ env:
14
IMAGE_NAME: personal-web
15
jobs:
16
build:
17
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
18
strategy:
19
matrix:
20
node-version: [20.x, 22.x]
@@ -41,7 +41,7 @@ jobs:
41
token: ${{ secrets.CODECOV_TOKEN }} # required
42
docker-build:
43
needs: build
44
45
if: github.event_name == 'pull_request'
46
steps:
47
- uses: actions/checkout@v4
@@ -52,7 +52,7 @@ jobs:
52
docker-push:
53
# Ensure test job passes before pushing image.
54
55
56
if: github.event_name == 'push'
57
58
0 commit comments