We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make release
1 parent a31578a commit 50c91b0Copy full SHA for 50c91b0
.github/workflows/deploy.yml
@@ -61,7 +61,7 @@ jobs:
61
DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}}
62
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
63
- name: Deploy new images
64
- run: make release
+ run: VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make release
65
- name: Tag browser images
66
run: VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} PUSH_IMAGE=true make tag_and_push_browser_images
67
- name: Create release notes (release_notes.md)
0 commit comments