Skip to content

Commit

Permalink
docker-publish-invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
artek-koltun committed Aug 30, 2023
1 parent 1c9c82b commit 29ab889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: echo "::set-output name=value::$(go list -m -f '{{.Version}}' github.com/opiproject/opi-api)"

- name: Get opi-api Version Info
run: echo "OPI_API_VERSION=$(go list -m -f '{{.Version}}' github.com/opiproject/opi-api)" >> $GITHUB_ENV
run: echo "OPI_API_VERSION=$(go list -m -f '{{.Version}}' github.com/opiproject/opi-apii)" >> $GITHUB_ENV

- name: Build and push Docker image
id: build-and-push
Expand Down

0 comments on commit 29ab889

Please sign in to comment.