Skip to content

Commit

Permalink
Temp
Browse files Browse the repository at this point in the history
  • Loading branch information
bkwrm95 committed Feb 25, 2024
1 parent d877dc2 commit 6ddab28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: accesscontroller
IMAGE_NAME: ${{ github.repository }}

jobs:
push_server-image:
Expand All @@ -17,8 +17,8 @@ jobs:
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3

# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 6ddab28

Please sign in to comment.