1
0
Fork 0

Update README.md on Docker Hub

This commit is contained in:
Joao Gilberto 2022-03-28 15:19:10 -05:00
parent c301b2f437
commit 3bea967273

View file

@ -62,8 +62,8 @@ jobs:
with: with:
images: ${{ secrets.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }} images: ${{ secrets.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}
Build and push Docker image with Buildx (don't push on PR) # Build and push Docker image with Buildx (don't push on PR)
https://github.com/docker/build-push-action # https://github.com/docker/build-push-action
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with: