Skip to content

Commit 0af3be1

Browse files
committed
[docker] tmp remove of on filter (force push)
1 parent 08dd1ae commit 0af3be1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build-docker-image.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: Build Docker Image
22

33
on:
44
push:
5-
branches:
6-
- main
7-
paths:
8-
- 'Dockerfile'
9-
workflow_dispatch:
105

116
jobs:
127
build-and-push:
@@ -33,6 +28,4 @@ jobs:
3328
with:
3429
context: .
3530
push: true
36-
tags: ghcr.io/${{ github.repository}}/funtides-env:latest
37-
cache-from: type=gha
38-
cache-to: type=gha,mode=max
31+
tags: ghcr.io/${{ github.repository }}/funtides-env:latest

0 commit comments

Comments
 (0)