Skip to content

Commit 24d44a1

Browse files
committed
Update GitHub Actions versions
1 parent 5d0f415 commit 24d44a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@ jobs:
4040

4141
- name: Login to GitHub Container Registry
4242
if: github.event_name != 'pull_request'
43-
uses: docker/login-action@v1.10.0
43+
uses: docker/login-action@v2
4444
with:
4545
registry: ghcr.io
4646
username: ${{ github.repository_owner }}
4747
password: ${{ secrets.GITHUB_TOKEN }}
4848

4949
- name: Extract Docker metadata
5050
id: meta
51-
uses: docker/metadata-action@v3.5.0
51+
uses: docker/metadata-action@v4
5252
with:
5353
images: ghcr.io/${{ github.repository }}
5454

5555
- name: Build and push Docker image
56-
uses: docker/build-push-action@v2.7.0
56+
uses: docker/build-push-action@v4
5757
with:
5858
context: .
5959
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)