Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
remove duplicated pull action
  • Loading branch information
Migelo authored Jul 10, 2024
1 parent adfd9b6 commit 6158915
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
run: |
PKGVER=$(grep ENV Dockerfile | cut -d" " -f 3)
echo "PKGVER=$PKGVER" >> $GITHUB_ENV
-
name: Checkout
uses: actions/checkout@v4
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 6158915

Please sign in to comment.