Compare commits

..

8 Commits

Author SHA1 Message Date
123285107d update action
All checks were successful
Build docker container / build (push) Successful in 8m2s
2026-02-09 10:16:06 +01:00
3d13569146 update action 2026-02-09 09:57:40 +01:00
e9bc6f5246 update action
Some checks failed
Build docker container / build (push) Failing after 6m51s
2026-02-09 09:37:49 +01:00
5c662bae69 update docker action + readme
Some checks failed
Build docker container / build (push) Failing after 7m26s
2026-02-09 09:25:34 +01:00
David Claeys
eece21742c update readme
All checks were successful
Build docker container / build (push) Successful in 8m2s
2026-01-08 13:44:06 +01:00
David Claeys
ee126cf60c update readme
All checks were successful
Build docker container / build (push) Successful in 8m51s
2025-12-24 14:25:57 +01:00
David Claeys
db28863295 update readme
All checks were successful
Build docker container / build (push) Successful in 11m38s
2025-11-26 11:26:24 +01:00
David Claeys
223a4ea6b5 update readme
All checks were successful
Build docker container / build (push) Successful in 7m36s
2025-11-19 10:53:46 +01:00
2 changed files with 18 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- name: Login to DockerHub container registry - name: Login to DockerHub container registry
uses: https://github.com/docker/login-action@v3 uses: https://github.com/docker/login-action@v3
with: with:
username: ${{ secrets.DOCKER_HUB_USERNAME}} username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }} password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Extract metadata (tags, labels) for Docker - name: Extract metadata (tags, labels) for Docker
id: meta id: meta
@@ -56,4 +56,10 @@ jobs:
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
#- name: Update docker Hub Description
# uses: https://github.com/peter-evans/dockerhub-description@v5
# with:
# username: ${{ secrets.DOCKER_HUB_USERNAME }}
# password: ${{ secrets.DOCKER_HUB_PASSWORD }}
# repository: davidquinonescl/epg-info

View File

@@ -233,3 +233,13 @@ Sometimes a new version of this image will be bound to the same source commit. T
[09-21-2025](https://github.com/iptv-org/epg/commit/69774a7e6a2c752d769ad5dfdc41b3fe4baeace1) [09-21-2025](https://github.com/iptv-org/epg/commit/69774a7e6a2c752d769ad5dfdc41b3fe4baeace1)
- 1.0.70 - 1.0.70
[10-07-2025](https://github.com/iptv-org/epg/commit/eebfcc8278dc31e9ef17ebbd298d4af061cdc23f) [10-07-2025](https://github.com/iptv-org/epg/commit/eebfcc8278dc31e9ef17ebbd298d4af061cdc23f)
- 1.0.71
[11-15-2025](https://github.com/iptv-org/epg/commit/4ed1e39d95da18d54628525f9173b7b7f7ae1d21)
- 1.0.72
[11-23-2025](https://github.com/iptv-org/epg/commit/9b331e6cfab19ad2f683b212aa079aac07fe72fe)
- 1.0.73
[12-24-2025](https://github.com/iptv-org/epg/commit/ba1fb58194464a6c50a597ac28a35dc8a4895038)
- 1.0.74
[01-06-2026](https://github.com/iptv-org/epg/commit/cbe17252ca7ef70780600952cf97790f352c8c15)
- 1.0.75
[02-07-2026](https://github.com/iptv-org/epg/commit/c1b3ef5a0e22979ffe06e4e688366eadc05b8537)