Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Apr 27, 2024
1 parent 65d9444 commit f34f61c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/features-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: "Publish Features"
- name: Login to Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: BUTR
password: ${{ secrets.TOKEN_GPR }}

- name: Publish Features
uses: devcontainers/action@v1
with:
publish-features: "true"
Expand Down

0 comments on commit f34f61c

Please sign in to comment.