Skip to content

Commit

Permalink
✨ update Buildah
Browse files Browse the repository at this point in the history
  • Loading branch information
Guerteltier committed Mar 28, 2024
1 parent 796603d commit b21d852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libapparmor-dev libdevmapper-dev libglib2.0-dev libgpgme-dev libseccomp-dev libselinux1-dev
git clone -b v1.35.1 --depth=1 https://github.com/containers/buildah.git ~/go/src/github.com/containers/buildah
git clone -b v1.35.2 --depth=1 https://github.com/containers/buildah.git ~/go/src/github.com/containers/buildah
pushd ~/go/src/github.com/containers/buildah
make buildah docs
sudo make install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libapparmor-dev libdevmapper-dev libglib2.0-dev libgpgme-dev libseccomp-dev libselinux1-dev
git clone -b v1.35.1 --depth=1 https://github.com/containers/buildah.git ~/go/src/github.com/containers/buildah
git clone -b v1.35.2 --depth=1 https://github.com/containers/buildah.git ~/go/src/github.com/containers/buildah
pushd ~/go/src/github.com/containers/buildah
make buildah docs
sudo make install
Expand Down

0 comments on commit b21d852

Please sign in to comment.