Skip to content

Commit

Permalink
Feature/remove plex image 2 (#10)
Browse files Browse the repository at this point in the history
* remove plex image

* fix build
  • Loading branch information
vanchaxy authored Apr 2, 2024
1 parent 2d7a5bb commit 783b06e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,11 @@ jobs:
id: metadata
uses: docker/metadata-action@v5
with:
flavor: |
# Disable latest tag
latest=false
images: ghcr.io/${{ github.repository_owner }}/plexio
images: ghcr.io/${{ github.repository }}
tags: |
# Tag with git tag on release
type=ref,event=tag
type=raw,value=release
type=semver,pattern={{version}},value=${{ inputs.version }}
type=semver,pattern={{major}}.{{minor}},value=${{ inputs.version }}
type=semver,pattern={{major}},value=${{ inputs.version }}
- name: Build and push Docker image
uses: docker/build-push-action@v5.3.0
Expand Down

0 comments on commit 783b06e

Please sign in to comment.