Skip to content

Commit

Permalink
chore(deps): Downgrade Docker push action because v2 is nuts
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Nov 18, 2020
1 parent a83d94b commit 7d51de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Push to GitHub Packages
uses: docker/build-push-action@v2.1.0
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ github.token }}
Expand Down

0 comments on commit 7d51de8

Please sign in to comment.