Skip to content

Commit ebb6649

Browse files
authored
Update main.yml
1 parent 5f9ff53 commit ebb6649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docker Build And Push
33
on:
44
push:
55
branches:
6-
- "main"
6+
- "release"
77

88
jobs:
99
docker:
@@ -22,4 +22,4 @@ jobs:
2222
uses: docker/build-push-action@v2
2323
with:
2424
push: true
25-
tags: devenes/boto3-api:${{github.run_number}}
25+
tags: devenes/boto3-api:${{github.run_number}}

0 commit comments

Comments
 (0)