Skip to content

Commit

Permalink
Change DockerHub app name and user
Browse files Browse the repository at this point in the history
  • Loading branch information
elswork committed Nov 23, 2022
1 parent 726bd0f commit 53ea17d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish.yml
Expand Up @@ -32,17 +32,10 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Login to GHCR
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v3
with:
push: true
platforms: linux/amd64,linux/arm64
tags: elswork/kinto:1.0.0, elswork/kinto:latest
tags: kinto/kinto-server:14.4.0, kinto/kinto-server:latest

0 comments on commit 53ea17d

Please sign in to comment.