We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76602dd commit 39eb55fCopy full SHA for 39eb55f
.github/workflows/docker-publish.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: docker/build-push-action@v6
42
with:
43
push: true
44
- tags: labeg/devpc:latest, labeg/devpc:41, labeg/devpc:41.1
+ tags: labeg/devpc:latest, labeg/devpc:42, labeg/devpc:42.0
45
platforms: linux/amd64
46
cache-from: type=registry,ref=labeg/devpc:latest
47
cache-to: type=inline
Dockerfile
@@ -1,5 +1,5 @@
1
2
-FROM labeg/centos-lxqt-vnc:41
+FROM labeg/centos-lxqt-vnc:42
3
4
LABEL maintainer="labeg@mail.ru" \
5
io.k8s.description="Container with tools for development C# and Typescript applications" \
0 commit comments