Skip to content

Commit

Permalink
Revert docker/build-push-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
simonprev committed Aug 25, 2023
1 parent 14377de commit ecf82c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,11 @@ jobs:
- name: Coverage report
run: mix coveralls.post --token ${{ secrets.COVERALLS_REPO_TOKEN }} --name 'github-actions' --branch ${{ github.ref }} --committer ${{ github.actor }} --sha ${{ github.sha }}

- uses: docker/build-push-action@v4
- uses: docker/build-push-action@v1
if: ${{ startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master' }}
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: mirego/accent
platforms: linux/amd64,linux/arm64
tag_with_ref: true
push: ${{ startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master' }}

0 comments on commit ecf82c6

Please sign in to comment.