Skip to content

Commit

Permalink
Update apprentice-action-test.yml
Browse files Browse the repository at this point in the history
try all within the same work space
  • Loading branch information
lukehaz authored Nov 3, 2023
1 parent 4368b85 commit 909c130
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/apprentice-action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
docker pull ghcr.io/liatrio/github-actions/apprentice-action:latest
docker run -p 8000:8000 ghcr.io/liatrio/github-actions/apprentice-action:latest
push-to-docker-hub:
needs: build-and-test
runs-on: ubuntu-latest

steps:
- name: log in to Docker Hub
run: docker login -u ${{ secrets.DOCKER_USER_NAME }} -p ${{ secrets.DOCKER_PASSWORD }}

Expand Down

0 comments on commit 909c130

Please sign in to comment.