Skip to content

Commit f277b1e

Browse files
committed
fix: job name
1 parent 4f0295c commit f277b1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/frontend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ main ]
66
paths:
77
- services/frontend/**
8-
workflow_dispatch:
8+
workflow_dispatch:gs
99
branches: [ main ]
1010

1111
defaults:
@@ -43,7 +43,7 @@ jobs:
4343
username: ${{ secrets.AWS_ACCESS_KEY_ID }}
4444
password: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
4545

46-
- name: Build and push AMD
46+
- name: Build and push
4747
uses: docker/build-push-action@v4
4848
with:
4949
context: ./services/frontend

0 commit comments

Comments
 (0)