Skip to content

Commit

Permalink
ci: update actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
antmelekhin committed May 12, 2024
1 parent ade884e commit 8169eb3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,22 @@ jobs:

steps:
- name: 'Checkout the codebase'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Set up QEMU'
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

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

- name: 'Login to DockerHub'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: 'antmelekhin'
password: ${{ secrets.DOCKER_HUB_TOKEN }}

- name: 'Build and push ${{ matrix.tag }}'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: '${{ matrix.dockerfile }}'
Expand Down

0 comments on commit 8169eb3

Please sign in to comment.