Skip to content

Commit

Permalink
update container
Browse files Browse the repository at this point in the history
  • Loading branch information
oov committed Feb 28, 2024
1 parent 593c976 commit 0eaff01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build
shell: bash
run: |
docker run --net host -i -v .:/root/repo -w /root/repo ubuntu:jammy /bin/bash -c 'apt update && apt install -y git curl && git config --global --add safe.directory /root/repo && bash build.bash --skip-tests --zip'
docker run --net host -i -v .:/root/repo -w /root/repo ubuntu:22.04 /bin/bash -c 'apt update && apt install -y git curl && git config --global --add safe.directory /root/repo && bash build.bash --skip-tests --zip'
sudo mv build/Release/dist/Release.zip build/Release/dist/gcmzdrops_${{ steps.get_version.outputs.tag }}.zip
- name: Create Release
id: create_release
Expand Down

0 comments on commit 0eaff01

Please sign in to comment.