|
@@ -20,6 +20,10 @@ jobs:
|
|
|
- name: Check out the repo
|
|
- name: Check out the repo
|
|
|
uses: actions/checkout@v3
|
|
uses: actions/checkout@v3
|
|
|
|
|
|
|
|
|
|
+ - name: Save version info
|
|
|
|
|
+ run: |
|
|
|
|
|
+ git describe --tags > VERSION
|
|
|
|
|
+
|
|
|
- name: Log in to Docker Hub
|
|
- name: Log in to Docker Hub
|
|
|
uses: docker/login-action@v2
|
|
uses: docker/login-action@v2
|
|
|
with:
|
|
with:
|