Update main.yml
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -32,7 +32,6 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ secrets.DOCKERHUB_USERNAME }}/filekeeper:${{ github.ref_name }}
|
|
||||||
${{ secrets.DOCKERHUB_USERNAME }}/filekeeper:latest
|
${{ secrets.DOCKERHUB_USERNAME }}/filekeeper:latest
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
|
Reference in New Issue
Block a user