Skip to content

Commit

Permalink
ubdate building name
Browse files Browse the repository at this point in the history
  • Loading branch information
01Barthez committed Nov 20, 2024
1 parent 94ee651 commit 89af184
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Build the Docker image
run: docker build -t barthez-react-app .
run: docker build -t 01barthez/barthez-react-app .

- name: Connect to docker registry
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u 01barthez --password-stdin
Expand Down

0 comments on commit 89af184

Please sign in to comment.