Skip to content

Commit

Permalink
Merge pull request #29 from firefart/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/metadata-action-5

Bump docker/metadata-action from 4 to 5
  • Loading branch information
firefart authored Sep 13, 2023
2 parents f2bda18 + 6e9038a commit 31ed23f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Docker rt meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: firefart/requesttracker
tags: |
Expand All @@ -42,7 +42,7 @@ jobs:
# add a nginx prefix for the nginx images
- name: Docker nginx meta
id: meta_nginx
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: firefart/requesttracker
tags: |
Expand Down

0 comments on commit 31ed23f

Please sign in to comment.