reference a tag
Some checks failed
GitHub Pages / deploy (push) Failing after 9s

This commit is contained in:
2026-02-24 22:00:39 -06:00
parent 4801fe754e
commit a3333adcb0

View File

@@ -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 }}"