Skip to content

Commit

Permalink
fix: #256 limit domain length to meet docker dns expectations 5
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-shulha committed Nov 23, 2024
1 parent 2a9d7bf commit e0ece5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,17 @@ jobs:
type: docker_image
docker:
image: ghcr.io/ptah-sh/ptah-server:${{ needs.release-please.outputs.tag_name }}
- name: schedule_root
- name: queue
source:
type: docker_image
docker:
image: ghcr.io/ptah-sh/ptah-server:${{ needs.release-please.outputs.tag_name }}
- name: schedule_run
- name: schedule
source:
type: docker_image
docker:
image: ghcr.io/ptah-sh/ptah-server:${{ needs.release-please.outputs.tag_name }}
- name: queue
- name: worker
source:
type: docker_image
docker:
Expand Down

0 comments on commit e0ece5d

Please sign in to comment.