Skip to content

Commit

Permalink
Version fixes for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
afischer committed Feb 27, 2023
1 parent f145224 commit d1792c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3

- name: Log in to Docker Hub
uses: docker/login-action@2
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand All @@ -24,7 +24,7 @@ jobs:
images: nytimes/library

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

0 comments on commit d1792c7

Please sign in to comment.