We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba31738 commit 0ebe720Copy full SHA for 0ebe720
.github/workflows/e2e.yml
@@ -64,7 +64,7 @@ jobs:
64
-
65
name: Docker meta
66
id: meta
67
- uses: docker/metadata-action@v3
+ uses: docker/metadata-action@v4
68
with:
69
images: ${{ matrix.slug }}
70
.github/workflows/example.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
images: ${{ env.DOCKER_IMAGE }}
35
tags: |
0 commit comments