Skip to content

Commit

Permalink
Upgrade to Ubuntu Jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
naku committed Mar 17, 2023
1 parent 0799791 commit 8c776f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Get the version
id: get_version
run: echo name=VERSION::${GITHUB_REF/refs\/tags\/v/} >> $GITHUB_OUTPUT
run: echo "VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_OUTPUT
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit 8c776f3

Please sign in to comment.