Merge branch 'influx-only' of https://git.fascinated.cc/mc-tracker/backend into influx-only
Some checks failed
Publish Docker Image / docker (push) Failing after 16s

This commit is contained in:
Lee 2024-01-03 07:30:31 +00:00
commit fd4ef15fae

@ -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: .