Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| be44be878c | |||
| 1700fbe251 | |||
| b760bbdf3e | |||
| 8c609f5515 | |||
| ff31a3b737 |
@@ -21,6 +21,12 @@ jobs:
|
|||||||
echo "Docker installation not found. Docker will be installed"
|
echo "Docker installation not found. Docker will be installed"
|
||||||
curl -fsSL https://get.docker.com | sh
|
curl -fsSL https://get.docker.com | sh
|
||||||
fi
|
fi
|
||||||
|
- name: Install Fetch
|
||||||
|
run: |
|
||||||
|
echo "Installing fetch"
|
||||||
|
apt-get install -y curl
|
||||||
|
curl -fsSL https://deb.nodesource.com/setup_24.x | bash
|
||||||
|
npm install node-fetch
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: https://github.com/docker/setup-buildx-action@v3
|
uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
- name: Login to Gitea container registry
|
- name: Login to Gitea container registry
|
||||||
@@ -49,6 +55,12 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{raw}}
|
type=semver,pattern={{raw}}
|
||||||
type=sha
|
type=sha
|
||||||
|
#- 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
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: https://github.com/docker/build-push-action@v5
|
uses: https://github.com/docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
@@ -56,10 +68,3 @@ 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
|
|
||||||
|
|
||||||
|
|||||||
@@ -242,4 +242,6 @@ Sometimes a new version of this image will be bound to the same source commit. T
|
|||||||
- 1.0.74
|
- 1.0.74
|
||||||
[01-06-2026](https://github.com/iptv-org/epg/commit/cbe17252ca7ef70780600952cf97790f352c8c15)
|
[01-06-2026](https://github.com/iptv-org/epg/commit/cbe17252ca7ef70780600952cf97790f352c8c15)
|
||||||
- 1.0.75
|
- 1.0.75
|
||||||
[02-07-2026](https://github.com/iptv-org/epg/commit/c1b3ef5a0e22979ffe06e4e688366eadc05b8537)
|
[02-07-2026](https://github.com/iptv-org/epg/commit/c1b3ef5a0e22979ffe06e4e688366eadc05b8537)
|
||||||
|
- 1.0.76
|
||||||
|
[02-10-2026](https://github.com/iptv-org/epg/commit/de08d7df85184bb6418cabf56501a9faed2889be)
|
||||||
Reference in New Issue
Block a user