Skip to content

Commit

Permalink
Merge pull request #6 from DataDog/TRAIN-1838-update-workflow-node-ru…
Browse files Browse the repository at this point in the history
…ntime

Bump node-based GH actions to latest major version
  • Loading branch information
christophetd authored Mar 28, 2024
2 parents 4d7fb4f + 4393593 commit 077128e
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 077128e

Please sign in to comment.