Skip to content

Commit d1792c7

Browse files
committed
Version fixes for release workflow
1 parent f145224 commit d1792c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v3
1313

1414
- name: Log in to Docker Hub
15-
uses: docker/login-action@2
15+
uses: docker/login-action@v2
1616
with:
1717
username: ${{ secrets.DOCKER_USERNAME }}
1818
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -24,7 +24,7 @@ jobs:
2424
images: nytimes/library
2525

2626
- name: Build and push Docker image
27-
uses: docker/build-push-action@4
27+
uses: docker/build-push-action@v4
2828
with:
2929
context: .
3030
push: ${{ github.event_name != 'pull_request' }} # just to be safe

0 commit comments

Comments
 (0)