test build and push

This commit is contained in:
Abner Rizzi 2023-08-10 07:12:53 -03:00
parent 6b24418c29
commit 641ee99f30
1 changed files with 7 additions and 7 deletions

View File

@ -17,13 +17,13 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to GHCR
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push Docker image
run: |
docker buildx create --use