Skip to content

Commit

Permalink
ignore dev (latest) versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes committed Dec 28, 2023
1 parent bc281f8 commit 3b89f38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ppe.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'PPE'
name: 'Publish dev artifacts (latest dev)'

on:
push:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
ONEPASSWORD_SERVER_URL: ${{ secrets.ONEPASSWORD_SERVER_URL }}
ONEPASSWORD_VAULT_ID: ${{ secrets.ONEPASSWORD_VAULT_ID }}
NODE_ENV: production
TAG: dev
TAG: ${{ env.REGISTRY }}/${{ github.repository }}:game-db-updater-dev
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-master-closed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
package-type: container
package-name: ${{ env.REGISTRY }}/${{ github.repository }}
ignore-versions: '^([a-z0-9]+-v[0-9]+\.[0-9]+\.[0-9]+)|([a-z0-9]+-PR(?!${{ github.event.pull_request.number }}))$]'
ignore-versions: '^([a-z0-9]+-v[0-9]+\.[0-9]+\.[0-9]+)|([a-z0-9]+-PR(?!${{ github.event.pull_request.number }})|([a-z0-9]+-dev))$]'

0 comments on commit 3b89f38

Please sign in to comment.