Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Jan 25, 2024
1 parent 56a1d1b commit bab6206
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:

env:
DOCKERPROJECT: "project-ja"
architecture: "linux/arm64"

steps:
- name: Evaluate Commit Message
Expand All @@ -38,7 +39,7 @@ jobs:

- name: Build and Push Docker Image
run: |
docker build -t ${{ env.DOCKERPROJECT }} .
docker build --platform ${{ env.architecture }} -t ${{ env.DOCKERPROJECT }} .
docker tag ${{ env.DOCKERPROJECT }} ${{ secrets.DOCKERHUBUSERNAME }}/${{ env.DOCKERPROJECT }}:latest
docker push ${{ secrets.DOCKERHUBUSERNAME }}/${{ env.DOCKERPROJECT }}:latest

0 comments on commit bab6206

Please sign in to comment.