Skip to content

Commit

Permalink
docs: use branch latest to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lutangar committed Nov 17, 2023
1 parent e63e9b1 commit 4f1992b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Create and publish a Docker image
on:
push:
branches:
- "main"
- "latest"

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand Down

0 comments on commit 4f1992b

Please sign in to comment.