Skip to content

Commit

Permalink
Fix docker push image
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu committed Oct 10, 2024
1 parent d39db69 commit 9721255
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
name: publish-docker

on:
push:
branches:
- main
pull_request:

env:
HUB: ghcr.io/apache/skywalking-rover
Expand All @@ -44,11 +42,5 @@ jobs:
registry: ${{ env.HUB }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Clean spaces for docker images
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Build and push docker images
run: make docker.push

0 comments on commit 9721255

Please sign in to comment.