Skip to content

Commit

Permalink
Merge pull request #404 from kbdharun/patch-1
Browse files Browse the repository at this point in the history
chore(ci): bump Docker actions
  • Loading branch information
wjt authored Dec 14, 2023
2 parents 04a0512 + 94322ad commit b9b5770
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Build container
id: docker_build
Expand Down Expand Up @@ -118,15 +118,15 @@ jobs:

- name: Login to registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.DOCKER_REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push image to registry
if: github.event_name != 'pull_request'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit b9b5770

Please sign in to comment.