Skip to content

Commit

Permalink
add ghcr lastest
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshiken committed May 27, 2022
1 parent 0297c2f commit cd50ff6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/lastest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,18 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v3
with:
push: true
tags: yoshiken/yoshiken.dev.python:latest
tags: |
yoshiken/yoshiken.dev.python:latest
ghcr.io/yoshiken/yoshiken_dev_blog:latest

0 comments on commit cd50ff6

Please sign in to comment.