Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin authored Nov 8, 2024
1 parent de13f9b commit 33cb847
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Whether to sort packages by version (the default) or by time.

```yaml
- name: Publish packages to Cloudsmith
uses: docker://pivotalrabbitmq/cloudsmith-action:latest
uses: docker://rabbitmqdevenv/cloudsmith-action:latest
with:
username: ${{ secrets.CLOUDSMITH_USERNAME }}
organization: ${{ secrets.CLOUDSMITH_ORGANIZATION }}
Expand All @@ -98,7 +98,7 @@ Whether to sort packages by version (the default) or by time.
```yaml
- name: Delete latest versions
uses: docker://pivotalrabbitmq/cloudsmith-action:latest
uses: docker://rabbitmqdevenv/cloudsmith-action:latest
with:
username: ${{ secrets.CLOUDSMITH_USERNAME }}
organization: ${{ secrets.CLOUDSMITH_ORGANIZATION }}
Expand Down Expand Up @@ -169,7 +169,7 @@ resource_types:
- name: cloudsmith-package
type: docker-image
source:
repository: pivotalrabbitmq/concourse-cloudsmith-resource
repository: rabbitmqdevenv/concourse-cloudsmith-resource
tag: latest
```

Expand Down

0 comments on commit 33cb847

Please sign in to comment.