Skip to content

Commit

Permalink
fix(app): fix docker push tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnatarHe committed Jul 9, 2023
1 parent 26bd217 commit b66342f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ jobs:
context: .
file: ./Dockerfile
push: ${{ github.event_name != 'pull_request' && steps.release.outputs.release_created }}
tags: ${{ steps.release.outputs.tag_name }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN apk --no-cache --update add ca-certificates gcc musl-dev
WORKDIR /usr/app

COPY up-pp-api .
COPY public .

EXPOSE 9654
CMD ["/usr/app/up-pp-api"]
Expand Down

0 comments on commit b66342f

Please sign in to comment.