Skip to content

Commit

Permalink
Use tag names indicating the alpine and ocaml versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt committed Feb 3, 2024
1 parent 9f95d0d commit 691a52d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Docker

on:
push:
branches: ["main"]
# Publish semver tags as releases.
tags: ["v*.*.*"]
branches: ["main", "tag-names"]
# Publish tags as releases.
tags: ["alpine-*.*-ocaml-*.*.*-*"]
pull_request:
branches: ["main"]

Expand Down

0 comments on commit 691a52d

Please sign in to comment.