Skip to content

Commit

Permalink
fix push
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaerlocher committed Jan 25, 2024
1 parent 1e80a67 commit f84f309
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v2
with:
push: true
tags: |
ghcr.io/arillso/kubernetes:${{ github.sha }}
arillso/kubernetes:${{ github.sha }}
- name: Push
run: |
docker push ghcr.io/arillso/kubernetes:${{ github.sha }}
docker push arillso/kubernetes:${{ github.sha }}

0 comments on commit f84f309

Please sign in to comment.