Skip to content

Commit

Permalink
try -g
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmcnulty committed Nov 23, 2022
1 parent 2ede4ab commit b97e5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
git clone https://opendev.org/openstack/octavia -b stable/${{ env.openstack_version }}
cd octavia/diskimage-create
./diskimage-create.sh
./diskimage-create.sh -g stable/${{ env.openstack_version }}
sha256sum amphora-x64-haproxy.qcow2 > SHA256SUM
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit b97e5ff

Please sign in to comment.