Skip to content

Commit

Permalink
changed repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
spozen committed Nov 11, 2023
1 parent 37180df commit 3a0a2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push multi-architecture Docker image
- name: Build and push Chrome Docker image
uses: docker/build-push-action@v2
with:
context: ./chrome
file: ./chrome/Dockerfile
push: true
platforms: linux/amd64 # Specify the target platforms
tags: chrome:latest
tags: cluelesstechnologist99/chrome:latest

0 comments on commit 3a0a2e1

Please sign in to comment.