Skip to content

Commit

Permalink
Parameterize docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Apr 23, 2020
1 parent 871bf5a commit 79c9d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:

- name: Build the Docker image and push
env:
DOCKER_IMAGE: deluan/deluan
DOCKER_IMAGE: ${{secrets.DOCKER_IMAGE}}
DOCKER_PLATFORM: linux/amd64,linux/arm/v7,linux/arm64
run: |
echo ${{secrets.DOCKER_PASSWORD}} | docker login -u ${{secrets.DOCKER_USERNAME}} --password-stdin
Expand Down

0 comments on commit 79c9d8f

Please sign in to comment.