Skip to content

Commit

Permalink
lowercase org name
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkView committed Nov 14, 2024
1 parent ac7edc7 commit 718088d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
packages: write
steps:
- name: Check out the code
uses: actions/checkout@v3
uses: actions/checkout@v4

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

- name: Log in to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -28,10 +28,10 @@ jobs:
run: echo "RELEASE_TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV

- name: Build and push Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/valo-spectra-server:latest
ghcr.io/${{ github.repository_owner }}/valo-spectra-server:${{ env.RELEASE_TAG }}
ghcr.io/valospectra/valo-spectra-server:latest
ghcr.io/valospectra/valo-spectra-server:${{ env.RELEASE_TAG }}

0 comments on commit 718088d

Please sign in to comment.