Skip to content

Commit 3252d86

Browse files
committed
Rename Dockerfile
1 parent 967ca93 commit 3252d86

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: docker/build-push-action@v2
5454
with:
5555
context: .
56-
file: ./Dockerfile.template
56+
file: ./Dockerfile
5757
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6,linux/386
5858
push: true
5959
tags: ${{ steps.meta.outputs.tags }}
File renamed without changes.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
DBUS_SYSTEM_BUS_ADDRESS: "unix:path=/host/run/dbus/system_bus_socket"
2727
build:
2828
context: .
29-
dockerfile: Dockerfile.template
29+
dockerfile: Dockerfile
3030
network_mode: "host"
3131
restart: always
3232
volumes:

0 commit comments

Comments
 (0)