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 a6117ac commit 2022c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:

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

steps:
Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
context: .
platforms: ${{ env.architecture }}
push: true
tags: user/app:latest
tags: ${{ secrets.DOCKERHUBUSERNAME }}/${{ env.project }}:latest

0 comments on commit 2022c52

Please sign in to comment.