Skip to content

Commit

Permalink
use correct repo name in build docker push phase (#558)
Browse files Browse the repository at this point in the history
* Update gradle.yml

* Update gradle.yml
  • Loading branch information
julian9499 authored Feb 24, 2022
1 parent 175d8a9 commit 9eaab0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: ghcr.io/areafiftylan/lancie-api
images: ghcr.io/AreaFiftyLAN/lancie-api
tags: type=sha, prefix={{date 'YYYYMMDD'}}-
- name: Build and push Docker image
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 9eaab0b

Please sign in to comment.