Skip to content

Commit

Permalink
chore: fix duplicative checkpoint publish location (#1020)
Browse files Browse the repository at this point in the history
## Description

Fixes a missed issue in the checkpoints PR wrt the location being
published to.

## Related Issue

Fixes #N/A

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [X] Other (security config, docs update, etc)

## Checklist before merging

- [X] Test, docs, adr added or updated as needed
- [X] [Contributor
Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)
followed
  • Loading branch information
Racer159 authored Nov 18, 2024
1 parent d95f6be commit b497fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tasks:
actions:
- description: "Publish the checkpoint package for the current UDS_ARCH"
cmd: |
uds zarf package publish build/zarf-package-k3d-core-slim-dev-${UDS_ARCH}-${VERSION}.tar.zst oci://ghcr.io/defenseunicorns/dev/uds/checkpoints/k3d-core-slim-dev
uds zarf package publish build/zarf-package-k3d-core-slim-dev-${UDS_ARCH}-${VERSION}.tar.zst oci://ghcr.io/defenseunicorns/dev/uds/checkpoints
- name: bundles
description: "Publish UDS Bundles"
Expand Down

0 comments on commit b497fc5

Please sign in to comment.