mirror of https://github.com/statping/statping
commit
f5e16fd41b
|
@ -457,14 +457,14 @@ jobs:
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
buildx-docker-master
|
buildx-docker-master
|
||||||
|
|
||||||
- name: Docker Login
|
# - name: Docker Login
|
||||||
env:
|
# env:
|
||||||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
# DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
# DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
run: echo "${DOCKER_PASSWORD}" | docker login --username "${DOCKER_USERNAME}" --password-stdin
|
# run: echo "${DOCKER_PASSWORD}" | docker login --username "${DOCKER_USERNAME}" --password-stdin#
|
||||||
|
|
||||||
- name: Docker Build :base
|
# - name: Docker Build :base
|
||||||
run: make buildx-base
|
# run: make buildx-base
|
||||||
|
|
||||||
- name: Docker Login
|
- name: Docker Login
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# 0.90.78 (xx-xx-2021)
|
# 0.90.78 (09-15-2021)
|
||||||
|
- HTTP Webhooks accept multiple HTTP Headers
|
||||||
- Modified Telegram notifier to allow chat_ids
|
- Modified Telegram notifier to allow chat_ids
|
||||||
- New Notifier - Mattermost
|
- New Notifier - Mattermost
|
||||||
- Updated German Language - Thanks Flofeld
|
- Updated German Language - Thanks Flofeld
|
||||||
|
@ -8,6 +9,7 @@
|
||||||
- Fixed the (Ubuntu) Snap Store build script
|
- Fixed the (Ubuntu) Snap Store build script
|
||||||
- Retrospectively updated the Changelog
|
- Retrospectively updated the Changelog
|
||||||
- [GITHUB] Fixed Windows/Mac autobuilds
|
- [GITHUB] Fixed Windows/Mac autobuilds
|
||||||
|
- [GITHUB] Unstable container build
|
||||||
- [GITHUB] Triggers SNAP builds
|
- [GITHUB] Triggers SNAP builds
|
||||||
|
|
||||||
# 0.90.77 (08-18-2021)
|
# 0.90.77 (08-18-2021)
|
||||||
|
|
Loading…
Reference in New Issue