Skip to content

Commit

Permalink
Updated Docker.yml to reflect error from Docker:
Browse files Browse the repository at this point in the history
 docker/login-action@v1 deprecated.

 changed to

docker/login-action@v2
  • Loading branch information
ericdeback authored and ericdeback committed Apr 10, 2024
1 parent 02a5883 commit bb910da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build Docker image
run: docker build . --file Dockerfile --tag Moonbeam69/default
- name: Log in to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit bb910da

Please sign in to comment.