Skip to content

Commit

Permalink
Fix image tag for push
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazoyer committed Jan 31, 2024
1 parent 344cb97 commit f0fbf1f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,15 @@ jobs:

- name: Login to Docker Hub
uses: docker/login-action@v3
id: login
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
id: push
with:
push: true
platforms: linux/amd64,linux/arm64
tags: bleeding-edge
tags: ${{ github.repository }}:bleeding-edge
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit f0fbf1f

Please sign in to comment.