Skip to content

Commit d7075c5

Browse files
committed
fix: environment name for exec_env_pulls
1 parent f20473f commit d7075c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k8s_exec_env_pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
k8-docker-pulls:
1414
name: 'K8: Docker Pulls'
1515
runs-on: ubuntu-latest
16-
environment: dev
16+
environment: ${{ github.ref_name }}
1717
env:
1818
KUBELOGIN_VERSION: "v0.0.25"
1919
AZURE_IMAGE_TAG: ${{ vars.AZURE_IMAGE_TAG }}

0 commit comments

Comments
 (0)