Skip to content

Commit

Permalink
make REGISTRY env available for the make command
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Volodkin committed Oct 17, 2023
1 parent e8a821e commit 89b82f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ jobs:
fi
export PLATFORM=linux/amd64
export TAG=$GIT_TAG
export REGISTRY=$REGISTRY
make build_image
make push_image

0 comments on commit 89b82f9

Please sign in to comment.