Skip to content

Commit

Permalink
chore(workflows): remove unnecessary step for getting app version
Browse files Browse the repository at this point in the history
fix(workflows): update Docker Meta action tags pattern
  • Loading branch information
NorkzYT committed Mar 30, 2024
1 parent 05bd8bc commit 9826789
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
- name: 🛎️ Checkout Repo
uses: actions/checkout@v2

- name: 🔖 Get App Version
uses: tyankatsu0105/read-package-version-actions@v1
id: package-version

- name: 🗂️ Make Docker Meta
id: meta
uses: docker/metadata-action@v3
Expand All @@ -44,8 +40,7 @@ jobs:
${{ env.DH_IMAGE }}
ghcr.io/${{ env.GH_IMAGE }}
tags: |
type=ref,event=tag,suffix={{tag}}
type=semver,pattern={{version}},value=${{ steps.package-version.outputs.version }}
type=ref,event=tag,pattern={{version}},suffix={{tag}}
labels: |
maintainer=NorkzYT
org.opencontainers.image.title=Backuponepass
Expand Down

0 comments on commit 9826789

Please sign in to comment.