Skip to content

Commit

Permalink
chore: chore
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk committed May 13, 2022
1 parent a260502 commit 947b6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build-release:
_latest:
#!/bin/sh
if [ $SKAFFOLD_IMAGE_REPO == "openpolicyagent" ]; then
if [ "openpolicyagent" == "${SKAFFOLD_IMAGE_REPO}" ]; then
docker tag ${SKAFFOLD_IMAGE} openpolicyagent/kube-mgmt:latest
docker push openpolicyagent/kube-mgmt:latest
fi
Expand Down

0 comments on commit 947b6c7

Please sign in to comment.