influx-only #2

Merged
Fascinated merged 20 commits from influx-only into master 2024-01-03 08:32:27 +00:00
Showing only changes of commit fd4ef15fae - Show all commits

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- "master" - "master"
- "influx-only"
jobs: jobs:
docker: docker:
@ -44,7 +45,7 @@ jobs:
key: ${{ runner.os }}-buildx key: ${{ runner.os }}-buildx
- name: Build and Push (Latest) - name: Build and Push (Latest)
uses: docker/build-push-action@v uses: docker/build-push-action@v5
with: with:
push: true push: true
context: . context: .