Skip to content

Commit 710e413

Browse files
dependabot[bot]minchinweb
authored andcommitted
[GitHub] bump GitHub actions
Closes #64, Closes #65, Closes #66
1 parent 4ac411d commit 710e413

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-image.yml

Lines changed: 3 additions & 3 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.2.0
29+
uses: actions/checkout@v4.2.2
3030

3131
- name: Set Environmental Variables
3232
run: |
@@ -65,14 +65,14 @@ jobs:
6565

6666
- name: Extract metadata (tags, labels) for Docker
6767
id: meta
68-
uses: docker/metadata-action@v5.5.1
68+
uses: docker/metadata-action@v5.6.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@v6.9.0
75+
uses: docker/build-push-action@v6.10.0
7676
with:
7777
context: .
7878
build-args: |

0 commit comments

Comments
 (0)