Update README.md

This commit is contained in:
Alex Couture-Beil 2023-03-02 10:52:26 -08:00 committed by GitHub
parent cce953f2ea
commit 2181cb2b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ jobs:
steps:
- uses: earthly/actions-setup@v1
with:
version: "latest" # or pin to an specific version, e.g. "v0.6.10"
version: "latest" # or pin to an specific version, e.g. "0.7.1"
- uses: actions/checkout@v2
- name: Docker login # to avoid dockerhub rate-limiting
run: docker login --username "${{ secrets.DOCKERHUB_USERNAME }}" --password "${{ secrets.DOCKERHUB_PASSWORD }}"