Fixed wrong tags
Build and Push Alpine Image / Build and push image (push) Successful in 26s
Details
Build and Push Alpine Image / Build and push image (push) Successful in 26s
Details
This commit is contained in:
parent
a1ca9d4100
commit
cbbf9e863f
|
|
@ -31,8 +31,8 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
build-args: |
|
build-args: |
|
||||||
ALPINE_VERSION=3.15
|
ALPINE_VERSION=3.14
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
git.winteraccess.id/${{ gitea.repository }}:3.15
|
git.winteraccess.id/${{ gitea.repository }}:3.14
|
||||||
aprimediet/alpine:3.15
|
aprimediet/alpine:3.14
|
||||||
|
|
@ -35,4 +35,4 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
git.winteraccess.id/${{ gitea.repository }}:3.16
|
git.winteraccess.id/${{ gitea.repository }}:3.16
|
||||||
aprimediet/alpine:3.17
|
aprimediet/alpine:3.16
|
||||||
Reference in New Issue