Skip to content

Commit ffd73a7

Browse files
committed
feat: update fedora to version 41
1 parent 0d57d33 commit ffd73a7

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

.github/workflows/docker-publish.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ on:
1010
- cron: '39 17 * * *'
1111
push:
1212
branches: [ master ]
13-
pull_request:
14-
branches: [ master ]
1513
workflow_dispatch:
1614

1715
jobs:
@@ -24,17 +22,25 @@ jobs:
2422

2523
steps:
2624
- name: Checkout repository
27-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
26+
27+
- name: Set up QEMU
28+
uses: docker/setup-qemu-action@v3
29+
30+
- name: Set up Docker Buildx
31+
uses: docker/setup-buildx-action@v3
2832

2933
- name: Log into registry docker.io
30-
uses: docker/login-action@v2
34+
uses: docker/login-action@v3
3135
with:
3236
registry: docker.io
3337
username: ${{ secrets.DOCKERHUB_USER }}
3438
password: ${{ secrets.DOCKERHUB_PASSWORD }}
3539

3640
- name: Build and push Docker image
37-
uses: docker/build-push-action@v4
41+
uses: docker/build-push-action@v6
3842
with:
3943
push: true
40-
tags: labeg/devpc:latest, labeg/devpc:40, labeg/devpc:40.0
44+
tags: labeg/devpc:latest, labeg/devpc:41, labeg/devpc:41.0
45+
cache-from: type=registry,ref=labeg/centos-lxqt-vnc:latest
46+
cache-to: type=inline

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM labeg/centos-lxqt-vnc:40
2+
FROM labeg/centos-lxqt-vnc:41
33

44
LABEL maintainer="[email protected]" \
55
io.k8s.description="Container with tools for development C# and Typescript applications" \

0 commit comments

Comments
 (0)