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 }}
|
||||
password: ${{ secrets.REPO_SECRET }}
|
||||
- name: Build and Push Docker Image
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
push: true # Will only build if this is not here
|
||||
tags: |
|
||||
ghcr.io/${{ github.repository }}:$(date +%s)
|
||||
ghcr.io/${{ github.repository }}:latest
|
||||
|
||||
Reference in New Issue
Block a user