Skip to content

Commit 870505c

Browse files
committed
ci: Bump docker actions to the latest
1 parent ff7a24d commit 870505c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,17 @@ jobs:
7575

7676
steps:
7777
- uses: actions/checkout@v4
78-
79-
- uses: docker/login-action@v1
78+
- uses: docker/login-action@v3
8079
with:
8180
registry: ${{ env.REGISTRY }}
8281
username: ${{ github.actor }}
8382
password: ${{ secrets.GITHUB_TOKEN }}
84-
8583
- id: meta
86-
uses: docker/metadata-action@v3
84+
uses: docker/metadata-action@v5
8785
with:
8886
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
89-
9087
- name: Build and push Docker image
91-
uses: docker/build-push-action@v2
88+
uses: docker/build-push-action@v5
9289
if: github.event_name != 'pull_request'
9390
with:
9491
context: .

0 commit comments

Comments
 (0)