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 7c7cb4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Docker
on:
push:
branches: ["main"]
# Publish semver tags as releases.
tags: ["v*.*.*"]
# Publish tags as releases.
tags: ["alpine-*.*-ocaml-*.*.*-*"]
pull_request:
branches: ["main"]

Expand Down

0 comments on commit 7c7cb4d

Please sign in to comment.