This commit is contained in:
2022-05-29 10:45:25 -05:00
parent 8b1bdb4904
commit bb1b4aa2d6

View File

@@ -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