mirror of
https://gitlab.durp.info/durfy/apps/durpot.git
synced 2026-05-07 07:50:32 -05:00
test
This commit is contained in:
parent
8b1bdb4904
commit
bb1b4aa2d6
1 changed files with 1 additions and 2 deletions
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue