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 97c9bb6 commit 1b0c84dCopy full SHA for 1b0c84d
2 files changed
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
build_and_release:
10
runs-on: ubuntu-24.04
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
13
14
- name: Set GitHub tag in env
15
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
.github/workflows/test.yml
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Build docker image
run: ./app.sh build test-container
0 commit comments