Skip to content

Commit 1169b4a

Browse files
authored
chore: Adding releases (#29)
fix: update the docker build of the latest image (#28)
1 parent dac38bc commit 1169b4a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker Build for DEV
1+
name: Docker Build for DEV latest
22

33
env:
44
REGISTRY: docker.io
@@ -7,17 +7,19 @@ env:
77
on:
88
push:
99
branches:
10+
- main
1011
- dev
1112
pull_request:
1213
branches:
14+
- main
1315
- dev
1416

1517
concurrency:
1618
group: ${{ github.workflow }}-${{ github.ref_name }}
1719
cancel-in-progress: true
1820

1921
jobs:
20-
build-dev:
22+
build-latest:
2123
runs-on: ubuntu-latest
2224
steps:
2325
- name: Checkout repository
@@ -36,7 +38,7 @@ jobs:
3638
username: ${{ secrets.DOCKER_USERNAME }}
3739
password: ${{ secrets.DOCKER_PASSWORD }}
3840

39-
- name: Build and push DEV image
41+
- name: Build and push latest image
4042
uses: docker/build-push-action@v2
4143
with:
4244
context: .

0 commit comments

Comments
 (0)