Skip to content

Commit

Permalink
🔥 (ci): Remove some unused CI lines
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Aug 3, 2023
1 parent b165011 commit 5a3a062
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
type=sha
- name: Build and Push
id: docker_build
uses: docker/build-push-action@v4
with:
pull: true
Expand All @@ -62,4 +61,3 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: ${{ env.image }}

0 comments on commit 5a3a062

Please sign in to comment.