Skip to content

Commit

Permalink
feat: Move the docker build action to a protected environment (#1302)
Browse files Browse the repository at this point in the history
* Update deployment script

* Add github environment

* Remove env var

* Revert unwanted changes
  • Loading branch information
fabergat authored Feb 5, 2025
1 parent 7aafe07 commit 0dc99cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- blocklist-client

runs-on: ubuntu-latest
environment: "Push to Docker"
steps:
## Setup Docker for the builds
- name: Docker setup
Expand Down

0 comments on commit 0dc99cb

Please sign in to comment.