workflow
Some checks failed
Build Docker Image / build (push) Failing after 1m22s

This commit is contained in:
Matt Avery 2025-06-24 22:31:07 -04:00
parent e6980273eb
commit a6ca2820fb

View File

@ -8,7 +8,7 @@ RUN set -ex \
RUN set -ex \
&& git clone https://github.com/wal-g/wal-g/ $GOPATH/src/wal-g \
&& cd $GOPATH/src/wal-g/ \
&& git checkout $WALG_VERSION
&& git checkout $WALG_VERSION \
&& make deps \
&& GOBIN=/usr/local/bin make pg_install
RUN wal-g --help