Skip to content
This repository was archived by the owner on Aug 25, 2022. It is now read-only.

Commit a4e133a

Browse files
committed
include a VERSION in Docker Build
1 parent 98412e8 commit a4e133a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
with:
1717
username: ${{ secrets.DOCKER_HUB_USERNAME }}
1818
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
19+
- name: Create VERSION File
20+
run: git describe > src/api/VERSION
1921
- name: Push to Docker Hub
2022
uses: docker/build-push-action@v2
2123
with:

0 commit comments

Comments
 (0)