1
0
Fork 0
mirror of synced 2024-06-18 18:34:51 +12:00

update secrets names

This commit is contained in:
Nick Sweeting 2020-11-22 18:01:39 -05:00 committed by GitHub
parent 7e9119c28b
commit 4c3c6154f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,8 +12,8 @@ jobs:
name: Docker Login
uses: docker/login-action@v1
with:
username: ${{ secrets.DockerUsername }}
password: ${{ secrets.DockerPassword }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Checkout
uses: actions/checkout@v2
@ -51,8 +51,8 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
push: true
tags: |
${{ secrets.DockerUsername }}/${{ secrets.DockerRepository }}:latest
${{ secrets.DockerUsername }}/${{ secrets.DockerRepository }}:${{ github.sha }}
${{ secrets.DOCKER_USERNAME }}/archivebox:latest
${{ secrets.DOCKER_USERNAME }}/archivebox:${{ github.sha }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
platforms: linux/arm64,linux/arm/v7