Skip to content

Commit

Permalink
fixup! Revert "fixup! fixup! Revert "fixup! test""
Browse files Browse the repository at this point in the history
  • Loading branch information
herbetom committed Sep 10, 2023
1 parent 56cc5d2 commit 3e1f9b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: gluon-build
IMAGE_NAME: build

jobs:
build-and-push-image:
Expand All @@ -33,7 +33,7 @@ jobs:
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: ${{ env.REGISTRY }}/herbetom/${{ env.IMAGE_NAME }}
images: ${{ env.REGISTRY }}/${{ github.actor }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
Expand Down

0 comments on commit 3e1f9b5

Please sign in to comment.