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 ff7a24d commit 870505cCopy full SHA for 870505c
.github/workflows/ci.yml
@@ -75,20 +75,17 @@ jobs:
75
76
steps:
77
- uses: actions/checkout@v4
78
-
79
- - uses: docker/login-action@v1
+ - uses: docker/login-action@v3
80
with:
81
registry: ${{ env.REGISTRY }}
82
username: ${{ github.actor }}
83
password: ${{ secrets.GITHUB_TOKEN }}
84
85
- id: meta
86
- uses: docker/metadata-action@v3
+ uses: docker/metadata-action@v5
87
88
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
89
90
- name: Build and push Docker image
91
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v5
92
if: github.event_name != 'pull_request'
93
94
context: .
0 commit comments