Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
chore: Sync dev deps with releases
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonywendt committed Dec 1, 2023
1 parent adc4f1d commit 01b85a8
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 65 deletions.
62 changes: 0 additions & 62 deletions .github/workflows/publish-dev-deps.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

####
# Build and publish packages
####
- name: Build and publish dev-dependency mattermost-postgres package
run: cd utils/pkg-deps/mattermost/postgres && zarf package create --confirm --no-progress --output oci://ghcr.io/defenseunicorns/uds-capability/mattermost/dev-dependency

- name: Build and publish dev-dependency mattermost-minio package
run: cd utils/pkg-deps/mattermost/minio && zarf package create --confirm --no-progress --output oci://ghcr.io/defenseunicorns/uds-capability/mattermost/dev-dependency

- name: Publish mattermost package
run: zarf package publish zarf-package-mattermost-amd64-*.tar.zst oci://ghcr.io/defenseunicorns/uds-capability --no-progress

Expand Down
4 changes: 3 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
],
"versioning": "always-bump-patch",
"extra-files": [
"zarf.yaml"
"zarf.yaml",
"utils/pkg-deps/mattermost/minio/zarf.yaml",
"utils/pkg-deps/mattermost/postgres/zarf.yaml"
]
}
}
Expand Down
4 changes: 3 additions & 1 deletion utils/pkg-deps/mattermost/minio/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
kind: ZarfPackageConfig
metadata:
name: mattermost-minio
version: "0.0.2"
# x-release-please-start-version
version: "0.1.1"
# x-release-please-end
architecture: amd64

components:
Expand Down
4 changes: 3 additions & 1 deletion utils/pkg-deps/mattermost/postgres/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
kind: ZarfPackageConfig
metadata:
name: mattermost-postgres
version: "0.0.3"
# x-release-please-start-version
version: "0.1.1"
# x-release-please-end
architecture: amd64

components:
Expand Down

0 comments on commit 01b85a8

Please sign in to comment.