Skip to content

Commit

Permalink
add docker meta
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Sep 21, 2023
1 parent b119e27 commit 918e35a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Docker meta
id: meta
uses: docker/metadata-action@v5
with:
images: demo/app

- name: Build Docker image
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 918e35a

Please sign in to comment.