Skip to content

Commit

Permalink
Clarify xboxdev step name
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Jul 29, 2023
1 parent fd86b81 commit fd0a744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
docker tag ${{ matrix.tag }} ghcr.io/${{ github.repository }}:${{ matrix.tag }}
docker push ghcr.io/${{ github.repository }}:${{ matrix.tag }}
xboxdev:
name: Push to XboxDev
xboxdev_containers:
name: Push Official Containers
if: github.repository_owner == 'XboxDev' && github.ref == 'refs/heads/master'
needs: [main]
runs-on: ubuntu-latest
Expand Down

0 comments on commit fd0a744

Please sign in to comment.