Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…c-extension into develop
  • Loading branch information
cengiz-yazici committed Aug 1, 2024
2 parents 814a19e + c0a20a5 commit fdd2bd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continious_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down Expand Up @@ -51,6 +51,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.NAMESPACE }}/connector
tags: |
type=raw,value=latest-${{github.branch}},enable=true
type=raw,value=latest,enable={{is_default_branch}}
${{ github.sha }}
- name: Build and push "connector"
Expand Down

0 comments on commit fdd2bd2

Please sign in to comment.