Skip to content

Commit

Permalink
add k8s manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
nnqq committed Oct 25, 2021
1 parent 6cd12c1 commit 34f1b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
username: telq-org
password: ${{ secrets.GH_CI_TOKEN }}
registry: ghcr.io
repository: ${{ github.repository }}
Expand All @@ -32,7 +32,7 @@ jobs:
id: substr
with:
_input-text: ${{ github.repository }}
${{ github.actor }}/: ''
telq-org/: ''

- name: Install doctl
uses: digitalocean/action-doctl@v2
Expand Down

0 comments on commit 34f1b14

Please sign in to comment.