We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f145224 commit d1792c7Copy full SHA for d1792c7
.github/workflows/release.yaml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/checkout@v3
13
14
- name: Log in to Docker Hub
15
- uses: docker/login-action@2
+ uses: docker/login-action@v2
16
with:
17
username: ${{ secrets.DOCKER_USERNAME }}
18
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -24,7 +24,7 @@ jobs:
24
images: nytimes/library
25
26
- name: Build and push Docker image
27
- uses: docker/build-push-action@4
+ uses: docker/build-push-action@v4
28
29
context: .
30
push: ${{ github.event_name != 'pull_request' }} # just to be safe
0 commit comments