Skip to content

Commit

Permalink
Same but different
Browse files Browse the repository at this point in the history
  • Loading branch information
dale-wahl authored Jan 31, 2025
1 parent 54d10cb commit e826283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v6.13
uses: docker/metadata-action@v5
with:
images: digitalmethodsinitiative/4cat

- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6.13
with:
context: .
file: docker/Dockerfile
Expand Down

0 comments on commit e826283

Please sign in to comment.