Skip to content

Commit

Permalink
Add raw tags to Dependabot Actions code (github#33534)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascosti authored Dec 14, 2022
1 parent 3dd5aaf commit 30adcf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Define the private registry configuration in a `dependabot.yml` file without `re
type: docker-registry
url: firewallregistrydep.azurecr.io
username: firewallregistrydep
password: ${{secrets.AZUREHUB_PASSWORD}}
password: {% raw %}${{ secrets.AZUREHUB_PASSWORD }}{% endraw %}
```
In the `Dockerfile` file, add the image name in the format of `IMAGE[:TAG]`, where `IMAGE` consists of your username and the name of the repository.
Expand Down

0 comments on commit 30adcf1

Please sign in to comment.