Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
Github Actions fix metadata tagging
  • Loading branch information
Conradowatz authored Jan 18, 2024
1 parent 1308e50 commit 80eac10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: DOcker meta
- name: Docker meta
uses: docker/metadata-action@v5
id: meta
with:
images: ghcr.io/tls-attacker/anvil-web
- name: Login to GitHub Container Registry
Expand Down

0 comments on commit 80eac10

Please sign in to comment.