Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Update publish-docker-image.yml
Browse files Browse the repository at this point in the history
- Update build-push-action to v2
  • Loading branch information
AbdulrhmnGhanem authored Dec 30, 2020
1 parent 7fca19c commit 7e2ce39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
uses: docker/build-push-action@v2
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: kitspace/docker-nginx-cerbot-plugin/nginx-cerbot-plugin-image
repository: kitspace/docker-nginx-certbot-plugin/image
tag_with_ref: true

0 comments on commit 7e2ce39

Please sign in to comment.