We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69822a8 commit 509ec40Copy full SHA for 509ec40
.github/workflows/build.yml
@@ -32,6 +32,9 @@ jobs:
32
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
33
labels: |
34
org.opencontainers.image.authors=${{ env.AUTHOR }}
35
+ - name: Read APP_VERSION from file
36
+ id: app_version
37
+ run: echo "APP_VERSION=$(cat APP_VERSION)" >> $GITHUB_ENV
38
- name: Build Docker image
39
uses: docker/build-push-action@v6
40
with:
.github/workflows/publish.yml
@@ -44,6 +44,9 @@ jobs:
44
45
46
47
48
49
50
- name: Build container image
51
52
0 commit comments