Skip to content

Commit

Permalink
Update publish-feature.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr committed Aug 16, 2023
1 parent 6952291 commit 7b439d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: devcontainers-community/publish-feature@v1

0 comments on commit 7b439d7

Please sign in to comment.