Skip to content

Commit

Permalink
fix: Docker publish missing tag (#75)
Browse files Browse the repository at this point in the history
Refs #72
  • Loading branch information
elementbound authored Jun 8, 2024
1 parent f2080f0 commit 6ad9140
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
tags:
type=semver,pattern={{version}}
- name: Build and push ( if on main ) Docker image
uses: docker/build-push-action@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scrumshowdown",
"version": "1.15.3",
"version": "1.15.4",
"description": "",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit 6ad9140

Please sign in to comment.