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