Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
KalleDK committed Dec 20, 2023
1 parent dfb8aee commit 536f1a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: kadock/s6:edge
IMAGE_NAME: ${{ github.repository }}

jobs:

Expand All @@ -30,6 +30,10 @@ jobs:
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
latest
${{ github.sha }}
${{ github.ref }}
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
Expand Down

0 comments on commit 536f1a4

Please sign in to comment.