Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dbpolito committed Sep 10, 2020
1 parent ddb5da0 commit 201ed8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
docker run kooldev/bash:${{ matrix.version }} -c "echo kool stuff"
- name: Push to Hub
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-bash'
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 201ed8b

Please sign in to comment.