No major minor versions on actions
This commit is contained in:
@@ -49,17 +49,17 @@ jobs:
|
||||
path: caperren-com
|
||||
|
||||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v3.6
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: gitea.perren.cloud
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.ACTIONS_TOKEN }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.11.1
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build and Push
|
||||
uses: docker/build-push-action@v6.18
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: caperren-com
|
||||
push: true
|
||||
|
||||
Reference in New Issue
Block a user