Skip to content

Commit

Permalink
Update docker/metadata-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent 538f983 commit 30cd0c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-latest-container-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- name: 'Apache variant metadata'
id: metadata-apache
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
docker.io/martialblog/limesurvey
Expand All @@ -69,7 +69,7 @@ jobs:

- name: 'FPM variant metadata'
id: metadata-fpm
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
docker.io/martialblog/limesurvey
Expand All @@ -90,7 +90,7 @@ jobs:

- name: 'FPM Alpine variant metadata'
id: metadata-fpm-alpine
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
docker.io/martialblog/limesurvey
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-lts-container-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- name: 'Apache variant metadata'
id: metadata-apache
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
docker.io/martialblog/limesurvey
Expand All @@ -69,7 +69,7 @@ jobs:

- name: 'FPM variant metadata'
id: metadata-fpm
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
docker.io/martialblog/limesurvey
Expand All @@ -90,7 +90,7 @@ jobs:

- name: 'FPM Alpine variant metadata'
id: metadata-fpm-alpine
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
docker.io/martialblog/limesurvey
Expand Down

0 comments on commit 30cd0c5

Please sign in to comment.