Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile paths in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed Apr 19, 2024
1 parent 93370c0 commit c28f348
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: docker/cacher
file: docker/cacher/Dockerfile
push: true
tags: ghcr.io/nmcc1212/cacher:latest

Expand All @@ -51,7 +51,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: docker/next-app
file: docker/next-app/Dockerfile
push: true
tags: ghcr.io/nmcc1212/next-app:latest

Expand All @@ -75,6 +75,6 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: docker/rss-to-json
file: docker/rss-to-json/Dockerfile
push: true
tags: ghcr.io/nmcc1212/rss-to-json:latest

0 comments on commit c28f348

Please sign in to comment.