Skip to content

Commit

Permalink
CI workflow: use publish_main action (#1606)
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Greco <cristian@regolo.cc>
  • Loading branch information
cristiangreco authored Jan 3, 2025
1 parent 272685c commit 9e45302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: prometheus/promci@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5
- uses: ./.github/promci/actions/publish_master
- uses: ./.github/promci/actions/publish_main
with:
docker_hub_login: ${{ secrets.docker_hub_login }}
docker_hub_password: ${{ secrets.docker_hub_password }}
Expand Down

0 comments on commit 9e45302

Please sign in to comment.