Skip to content

Commit

Permalink
update: build workflow checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
DiniFarb committed Oct 30, 2023
1 parent d34caf3 commit 4635cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Login to Docker Hub
run: echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
Expand Down

0 comments on commit 4635cfd

Please sign in to comment.