We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1eced5 commit c733959Copy full SHA for c733959
1 file changed
.github/workflows/build_and_publish.yml
@@ -20,9 +20,6 @@ on:
20
description: docker registry access token
21
required: true
22
23
-env:
24
- dockerRepository: ${{ vars.DOCKER_REPOSITORY }}
25
-
26
jobs:
27
build:
28
runs-on: ubuntu-latest
@@ -31,7 +28,7 @@ jobs:
31
name: Checkout github repository
32
29
uses: actions/checkout@v4
33
30
with:
34
- repository: ${{ env.dockerRepository }}
+ repository: ${{ vars.DOCKER_REPOSITORY }}
35
ref: ${{ inputs.imgBuild }}
36
37
name: Setup QEMU
0 commit comments