diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index d48ee21..58ba323 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -3,10 +3,10 @@ name: Build and Push Docker Image on: push: branches: - - test + - main pull_request: branches: - - test + - main workflow_dispatch: jobs: @@ -45,7 +45,7 @@ jobs: context: . file: Dockerfile push: true - tags: tiritibambix/imaguick:test + tags: tiritibambix/imaguick:latest cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache platforms: linux/amd64,linux/arm64 diff --git a/templates/index.html b/templates/index.html index 89d6cc8..3000ac6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,30 +6,26 @@