Skip to content

Commit 41c1e74

Browse files
authored
Merge pull request #622 from PasanT9/460-1
Fix checkout branch
2 parents db4b31c + 5fdc21e commit 41c1e74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish-multi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
uses: actions/checkout@v4
131131
with:
132132
repository: wso2/docker-apim
133-
ref: master
133+
ref: ${{ github.ref_name }}
134134

135135
- name: Set up Docker Buildx
136136
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)