Skip to content

Commit

Permalink
feat: pushing?
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Apr 11, 2024
1 parent 8381faf commit eadf85a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/push-server.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Create Docker Images
on:
pull_request:
paths:
- '.github/workflows/**'
push:
jobs:
build_server:
Expand Down Expand Up @@ -42,6 +39,6 @@ jobs:
cache-to: type=gha,mode=max
context: server/
file: ./server/Dockerfile.no-ocr
push: false
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit eadf85a

Please sign in to comment.