Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
pushing image to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
Genar Trias Ortiz committed May 5, 2021
1 parent b31efb3 commit d75e4fe
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to GitHub Packages
- name: Push to Docker Hub
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: factorialco/tentaclesql/tentaclesql
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: factorialco/tentaclesql
tag_with_ref: true

0 comments on commit d75e4fe

Please # to comment.