Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Arie authored Dec 25, 2023
1 parent de8d18f commit bd4087f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: "${{ github.repository }}"
IMAGE_NAME: "arie/tf2_live_stats"

jobs:
docker:
Expand Down Expand Up @@ -39,4 +39,4 @@ jobs:
push: true
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
labels: ${{ steps.docker_meta.outputs.labels }}
labels: ${{ steps.docker_meta.outputs.labels }}

0 comments on commit bd4087f

Please sign in to comment.