Skip to content

Commit

Permalink
Change dev builds to :dev not :latest
Browse files Browse the repository at this point in the history
  • Loading branch information
csmith committed Dec 8, 2023
1 parent 9925033 commit 1613749
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Push to GHCR
run: docker push ghcr.io/mdbot/wiki:latest
run: docker push ghcr.io/mdbot/wiki:dev
2 changes: 1 addition & 1 deletion .goreleaser-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dockers:
goarm: ''
dockerfile: gorelease.Dockerfile
image_templates:
- "ghcr.io/mdbot/wiki:latest"
- "ghcr.io/mdbot/wiki:dev"
build_flag_templates:
- --label=org.opencontainers.image.source=https://github.com/mdbot/wiki
extra_files:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v5.0.1, v5.0.2, v5.0.3

No code changes since v5.0.0, just changes to the release process.

# v5.0.0

## Features
Expand Down

0 comments on commit 1613749

Please sign in to comment.