Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuslao committed Feb 14, 2024
1 parent 0e57541 commit 3ae5f59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: Build and Push Docker Image to Docker Hub

on:
push:
branches: [ "develop" ]
branches: [ "main" ]
pull_request:
branches: [ "develop"]
branches: [ "main"]

env:
# Use docker.io for Docker Hub if empty
REGISTRY: docker.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
TAG_NAME: latest
TAG_NAME: "1.0.0"

jobs:

Expand Down

0 comments on commit 3ae5f59

Please sign in to comment.