Skip to content

Commit

Permalink
Test pre-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed Jun 17, 2024
1 parent fa4e461 commit f0751d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:

# Publish the artifacts
- name: "Push artifact to package repository"
uses: cloudsmith-io/[email protected].9
uses: BartoszBlizniak/action@master # cloudsmith-io/[email protected].10
with:
api-key: ${{ secrets.CLOUDSMITH_API_KEY }}
command: 'push'
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:

# Unfortunately, there is no reasonable way to configure the docker image tag based on the package-type
container:
image: cloudposse/packages-${{matrix.package-type}}build:latest
image: ghcr.io/cloudposse/packages-${{matrix.package-type}}build:latest
credentials:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
# Publish the artifacts
- name: "Push artifact to package repository"
uses: cloudsmith-io/[email protected].9
uses: BartoszBlizniak/action@master # cloudsmith-io/[email protected].10
with:
api-key: ${{ secrets.CLOUDSMITH_API_KEY }}
command: 'push'
Expand Down

0 comments on commit f0751d0

Please sign in to comment.