We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0f415 commit 24d44a1Copy full SHA for 24d44a1
.github/workflows/docker.yml
@@ -40,20 +40,20 @@ jobs:
40
41
- name: Login to GitHub Container Registry
42
if: github.event_name != 'pull_request'
43
- uses: docker/login-action@v1.10.0
+ uses: docker/login-action@v2
44
with:
45
registry: ghcr.io
46
username: ${{ github.repository_owner }}
47
password: ${{ secrets.GITHUB_TOKEN }}
48
49
- name: Extract Docker metadata
50
id: meta
51
- uses: docker/metadata-action@v3.5.0
+ uses: docker/metadata-action@v4
52
53
images: ghcr.io/${{ github.repository }}
54
55
- name: Build and push Docker image
56
- uses: docker/build-push-action@v2.7.0
+ uses: docker/build-push-action@v4
57
58
context: .
59
push: ${{ github.event_name != 'pull_request' }}
0 commit comments