Skip to content

Commit

Permalink
separate image name
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Sep 22, 2024
1 parent 81bf12e commit 3c67e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
context: .
file: Dockerfile.riscv64
push: true
tags: ghcr.io/carelessdev/bots-gulag:${{ github.ref_name }},ghcr.io/carelessdev/bots-gulag:latest
tags: ghcr.io/carelessdev/bots-gulag-riscv64:${{ github.ref_name }},ghcr.io/carelessdev/bots-gulag-riscv64:latest
platforms: linux/riscv64
cache-from: type=gha
cache-to: type=gha,mode=max
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": "bots-gulag",
"version": "4.1.1",
"version": "4.1.2",
"description": "Bots",
"repository": "https://github.com/CarelessDev/bots-gulag",
"type": "module",
Expand Down

0 comments on commit 3c67e38

Please sign in to comment.