mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2026-03-07 03:18:04 +00:00
Compare commits
1 Commits
renovate/d
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b183dc18de |
4
.github/workflows/publish-container.yml
vendored
4
.github/workflows/publish-container.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v4
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to GitHub Packages Docker Registry
|
||||
uses: docker/login-action@v3
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build / push
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user