Skip to content

Commit

Permalink
pushing docker container to GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvatore Girolamo committed Apr 30, 2021
1 parent 5ffe3aa commit 71648c3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
name: Deploy Docker
name: Build&Deploy Docker

# Run workflow on tags starting with v (eg. v2, v1.2.0)
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
tags:
- v*
branches: [ master ]
pull_request:
branches: [ master ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:


jobs:
Deploy:
Expand Down

0 comments on commit 71648c3

Please sign in to comment.