chore: fix docker context

This commit is contained in:
Thomas Nordquist
2024-05-10 21:18:17 +02:00
parent 7fa997087f
commit 204f6dbcde
3 changed files with 8 additions and 32 deletions

View File

@@ -1,5 +1,3 @@
name: Build
on:
push:
branches:
@@ -8,15 +6,14 @@ on:
- beta
- tnordquist/test-ci
paths:
- ./docker
- Dockerfile
- .github
jobs:
create-image:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
@@ -29,6 +26,5 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: true
tags: thomasnordquist/mqtt-explorer-ui-tests:latest
tags: ghcr.io/thomasnordquist/mqtt-explorer-ui-tests:latest