Skip to content

Commit

Permalink
Auto deploy in master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sefirosweb committed Mar 12, 2024
1 parent 308b456 commit a57e73a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Build and deploy docker
name: Docker Image CI

on:
push:
tags:
- v2.*
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
publish-docker-image:
build:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a57e73a

Please sign in to comment.