Skip to content

Commit

Permalink
ci: address changes to fix canonical/oci-factory#277
Browse files Browse the repository at this point in the history
closes #445
  • Loading branch information
shipperizer committed Oct 24, 2024
1 parent a712bd1 commit 9dd7b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Install oci-factory
run: |
sudo apt update && sudo apt install -y golang-go git
go install github.com/canonical/oci-factory/tools/cli-client/cmd/oci-factory@77149f17e36362e5180ac283614421b9e9cfc3e9
go install github.com/canonical/oci-factory/tools/cli-client/cmd/oci-factory@2cc4d8153a31306cf728482bf4f5d82624aafb51
GO111MODULE=on go install github.com/mikefarah/yq/v4@v4.44.3
echo "OCI_FACTORY=$(go env GOPATH)/bin/oci-factory" >> $GITHUB_ENV
echo "YQ=$(go env GOPATH)/bin/yq" >> $GITHUB_ENV
Expand Down

0 comments on commit 9dd7b65

Please sign in to comment.