Skip to content

Commit

Permalink
bump yt-dlp, update ci away from docker-resource
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Linsley <dlinsley@gmail.com>
  • Loading branch information
dlinsley committed Mar 13, 2024
1 parent e35c092 commit 6ecb77c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
30 changes: 26 additions & 4 deletions ci/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
resources:
- name: docker-youtube-resource
type: docker-image
type: registry-image
check_every: 4h0m0s
source:
repository: dlinsley/youtube-resource
username: ((docker-user.username))
password: ((docker-user.password))
- name: oci-build-task
type: registry-image
source:
repository: ((harbor-host))/dockerhub/concourse/oci-build-task
username: ((harbor-user.username))
password: ((harbor-user.password))

- name: github-youtube-resource
type: git
Expand All @@ -20,9 +26,25 @@ jobs:
plan:
- get: github-youtube-resource
trigger: true
- get: oci-build-task
- task: build-oci
privileged: true
image: oci-build-task
input_mapping:
source: github-youtube-resource
config:
platform: linux
inputs:
- name: source
path: .
outputs:
- name: image
run:
path: build
- put: docker-youtube-resource
params:
build: github-youtube-resource
tag_file: github-youtube-resource/.git/short_ref
image: image/image.tar
additional_tags: github-youtube-resource/.git/short_ref
public: true
serial: true
serial: true

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yt-dlp==2023.11.14
yt-dlp==2024.03.10

0 comments on commit 6ecb77c

Please sign in to comment.