Skip to content

Commit

Permalink
description path
Browse files Browse the repository at this point in the history
  • Loading branch information
ESCRI11 committed Nov 10, 2024
1 parent f6cfeb3 commit 3f33280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: get_version
run: |
# Extract version from DESCRIPTION file
version=$(grep '^Version:' /DESCRIPTION | awk '{print $2}')
version=$(grep '^Version:' DESCRIPTION | awk '{print $2}')
echo "package_version=$version" >> $GITHUB_ENV
- name: Log in to Docker Hub
Expand Down

0 comments on commit 3f33280

Please sign in to comment.