Update docker/build-push-action action to v7
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
username: ${{ secrets.REGISTRY_USER }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
- name: Build Image
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
file: Containerfile
|
||||
context: .
|
||||
|
||||
Reference in New Issue
Block a user