Skip to content

Commit

Permalink
REGISTRY_IMAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey0001 committed Mar 13, 2024
1 parent 17360ae commit d72bd15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- "s6"
- "master"

env:
REGISTRY_IMAGE: andrey0001/unbound-tls

jobs:
docker:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -34,5 +37,5 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: andrey0001/unbound-tls:${{ steps.extract_branch.outputs.TagName }}
tags: ${{ env.REGISTRY_IMAGE }}:${{ steps.extract_branch.outputs.TagName }}

0 comments on commit d72bd15

Please sign in to comment.