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 1c34bd2 commit dcbd096Copy full SHA for dcbd096
1 file changed
.github/workflows/docker.yml
@@ -17,18 +17,18 @@ jobs:
17
fetch-depth: 0
18
fetch-tags: true
19
20
- - name: Checkout latest tag
21
- run: |
22
- export LATEST_TAG=`git describe --tags --abbrev=0`
23
- git checkout $LATEST_TAG
24
-
25
- name: Dotenv Action
26
id: dotenv
27
uses: falti/dotenv-action@v1
28
with:
29
path: .github/workflows/env
30
log-variables: true
31
+ - name: Checkout latest tag
+ run: |
+ export LATEST_TAG=`git describe --tags --abbrev=0`
+ git checkout $LATEST_TAG
+
32
- name: Set up Go ${{ steps.dotenv.outputs.go_version }}
33
uses: actions/setup-go@v6
34
0 commit comments