feat(Dependencies): Update timescale/timescaledb Docker tag to v2.17.1 #1358
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build-image | |
on: pull_request | |
jobs: | |
build-test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Workflow run cleanup action | |
uses: rokroskar/[email protected] | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUBSECRET2 }}" | |
- uses: actions/[email protected] | |
- name: Build with retry | |
uses: Wandalen/[email protected] | |
with: | |
command: docker build --no-cache . | |
attempt_limit: 3 | |
attempt_delay: 5000 |