Compare commits
1 Commits
renovate/d
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
| c2c5933bae |
@@ -40,13 +40,13 @@ jobs:
|
|||||||
type=schedule,pattern={{date 'YYYYMMDD-hhmmss' tz='Europe/Kyiv'}}
|
type=schedule,pattern={{date 'YYYYMMDD-hhmmss' tz='Europe/Kyiv'}}
|
||||||
- name: Login in Private Registry
|
- name: Login in Private Registry
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: docker/login-action@v4
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ inputs.registry }}
|
registry: ${{ inputs.registry }}
|
||||||
username: ${{ secrets.registry-user }}
|
username: ${{ secrets.registry-user }}
|
||||||
password: ${{ secrets.registry-password }}
|
password: ${{ secrets.registry-password }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|||||||
Reference in New Issue
Block a user