test
This commit is contained in:
3
.github/workflows/docker-image.yml
vendored
3
.github/workflows/docker-image.yml
vendored
@@ -22,9 +22,8 @@ jobs:
|
|||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.REPO_SECRET }}
|
password: ${{ secrets.REPO_SECRET }}
|
||||||
- name: Build and Push Docker Image
|
- name: Build and Push Docker Image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
push: true # Will only build if this is not here
|
push: true # Will only build if this is not here
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ github.repository }}:$(date +%s)
|
|
||||||
ghcr.io/${{ github.repository }}:latest
|
ghcr.io/${{ github.repository }}:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user