Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
build: Bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX authored Jun 6, 2024
1 parent 9359b6c commit 4f320b0
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 @@ -22,7 +22,7 @@ jobs:
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Rust toolchain
id: rust
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Setup Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
id: login
Expand All @@ -61,7 +61,7 @@ jobs:

- name: Build Image and Push
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 4f320b0

Please sign in to comment.