Skip to content

Commit

Permalink
PMM-13040: Changes default docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterSirotnak committed Apr 5, 2024
1 parent 2de7b54 commit 6c27844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fb-e2e-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ on:
type: string
pmm_server_image:
description: 'PMM Server docker image'
default: 'perconalab/pmm-server:dev-latest'
default: 'perconalab/pmm-server:3-dev-latest'
required: true
type: string
pmm_client_image:
description: 'pmm2-client docker image'
default: 'perconalab/pmm-client:dev-latest'
default: 'perconalab/pmm-client:3-dev-latest'
required: false
type: string
pmm_client_version:
Expand Down

0 comments on commit 6c27844

Please sign in to comment.