Skip to content

Commit 1800aaf

Browse files
committed
[GitHub] bump GItHub actions
Closes #45, Closes #50, Closes #60, Closes #62
1 parent ff0adf5 commit 1800aaf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v4.1.1
29+
uses: actions/checkout@v4.2.0
3030

3131
- name: Set Environmental Variables
3232
run: |
@@ -57,22 +57,22 @@ jobs:
5757
uses: docker/setup-buildx-action@v3
5858

5959
- name: Log in to the (GitHub) Container registry
60-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
60+
uses: docker/login-action@v3.3.0
6161
with:
6262
registry: ${{ env.REGISTRY }}
6363
username: ${{ github.actor }}
6464
password: ${{ secrets.GITHUB_TOKEN }}
6565

6666
- name: Extract metadata (tags, labels) for Docker
6767
id: meta
68-
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934
68+
uses: docker/metadata-action@v5.5.1
6969
with:
7070
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7171
tags: |
7272
type=sha
7373
7474
- name: Build and push Docker image
75-
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
75+
uses: docker/build-push-action@v6.9.0
7676
with:
7777
context: .
7878
build-args: |

0 commit comments

Comments
 (0)