Skip to content

Commit

Permalink
Bump node-based GH actions to latest major version so that we're usin…
Browse files Browse the repository at this point in the history
…g node 20 runtimes
  • Loading branch information
nsilpakit-dd committed Mar 28, 2024
1 parent 4d7fb4f commit 4393593
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Log into registry ${{ env.REGISTRY }}
uses: docker/login-action@v2.0.0
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v3.1.1
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit 4393593

Please sign in to comment.