Skip to content

Commit c733959

Browse files
authored
Drop environment variable
1 parent c1eced5 commit c733959

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ on:
2020
description: docker registry access token
2121
required: true
2222

23-
env:
24-
dockerRepository: ${{ vars.DOCKER_REPOSITORY }}
25-
2623
jobs:
2724
build:
2825
runs-on: ubuntu-latest
@@ -31,7 +28,7 @@ jobs:
3128
name: Checkout github repository
3229
uses: actions/checkout@v4
3330
with:
34-
repository: ${{ env.dockerRepository }}
31+
repository: ${{ vars.DOCKER_REPOSITORY }}
3532
ref: ${{ inputs.imgBuild }}
3633
-
3734
name: Setup QEMU

0 commit comments

Comments
 (0)