Skip to content

Commit

Permalink
docker meta
Browse files Browse the repository at this point in the history
  • Loading branch information
VanillaViking committed Oct 31, 2024
1 parent 4e9d628 commit 9aacb5f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/${{ github.repository }}
tags: latest

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

0 comments on commit 9aacb5f

Please sign in to comment.