This commit is contained in:
@@ -2,9 +2,8 @@ name: GitHub Pages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main # Set a branch to deploy
|
||||
pull_request:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
@@ -30,5 +29,5 @@ jobs:
|
||||
context: .
|
||||
file: Dockerfile
|
||||
push: true
|
||||
tags: docker.paulmontag.info/blog
|
||||
tags: "docker.paulmontag.info/blog:${{ github.ref }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user