Skip to content

Commit

Permalink
Remove unused docker metadata step (#9)
Browse files Browse the repository at this point in the history
* Add endpoint for forced cache invalidation

* Remove unused build step
  • Loading branch information
Brainicism authored Aug 31, 2024
1 parent 3b636f2 commit 9eff445
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: gci-e2e
name: build

on:
workflow_dispatch:
Expand All @@ -17,11 +17,6 @@ jobs:
steps:
- name: Checkout bgutil-ytdlp-pot-provider
uses: actions/checkout@v4
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build Docker image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 9eff445

Please sign in to comment.