mirror of
https://github.com/snoups/remnashop.git
synced 2026-04-25 20:16:33 +00:00
fix: workflow
This commit is contained in:
8
.github/workflows/prod-docker-release.yml
vendored
8
.github/workflows/prod-docker-release.yml
vendored
@@ -37,8 +37,8 @@ jobs:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
ghcr.io/remnashop:latest
|
||||
ghcr.io/remnashop:${{ github.ref_name }}
|
||||
ghcr.io/snoups/remnashop:latest
|
||||
ghcr.io/snoups/remnashop:${{ github.ref_name }}
|
||||
|
||||
- name: 📦 Create GitHub Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
@@ -63,12 +63,12 @@ jobs:
|
||||
|
||||
### Latest:
|
||||
```
|
||||
ghcr.io/remnashop:latest
|
||||
ghcr.io/snoups/remnashop:latest
|
||||
```
|
||||
|
||||
### Versioned:
|
||||
```
|
||||
ghcr.io/remnashop:${{ github.ref_name }}
|
||||
ghcr.io/snoups/remnashop:${{ github.ref_name }}
|
||||
```
|
||||
draft: false
|
||||
prerelease: false
|
||||
|
||||
Reference in New Issue
Block a user