This commit is contained in:
@@ -18,8 +18,8 @@ jobs:
|
|||||||
- name: Login to Docker Registry
|
- name: Login to Docker Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ variables.REGISTRY }}
|
registry: ${{ vars.REGISTRY }}
|
||||||
username: ${{ variables.USERNAME }}
|
username: ${{ vars.USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ variables.REGISTRY }}/connor/calendar:latest
|
${{ vars.REGISTRY }}/connor/calendar:latest
|
||||||
${{ variables.REGISTRY }}/connor/calendar:${{ github.sha }}
|
${{ vars.REGISTRY }}/connor/calendar:${{ github.sha }}
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
|||||||
Reference in New Issue
Block a user