mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2026-01-14 13:34:06 +00:00
Compare commits
2 Commits
main
...
4faf0aa058
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4faf0aa058 | ||
|
|
1bc47a1e8a |
4
.github/workflows/publish-containers.yml
vendored
4
.github/workflows/publish-containers.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build / push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: backend
|
||||
file: ./backend/Dockerfile
|
||||
@@ -79,7 +79,7 @@ jobs:
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build / push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user