mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(docker) images: change alpine images to be part of master image (#316)
This commit is contained in:
parent
d785952b7e
commit
48ae1c2e63
1 changed files with 3 additions and 3 deletions
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Docker CI
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
buildx:
|
||||
|
|
@ -63,5 +63,5 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
coderaiser/cloudcmd-alpine:latest
|
||||
coderaiser/cloudcmd-alpine:${{ steps.npm-build.outputs.version }}
|
||||
coderaiser/cloudcmd:latest-alpine
|
||||
coderaiser/cloudcmd:${{ steps.npm-build.outputs.version }}-alpine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue