mirror of
				https://github.com/thib8956/nginx-proxy
				synced 2025-11-04 02:59:20 +00:00 
			
		
		
		
	ci: rename build / publish workflow
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
name: DockerHub
 | 
			
		||||
name: Build and publish Docker images
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  workflow_dispatch:
 | 
			
		||||
@@ -20,6 +20,7 @@ on:
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  multiarch-build-debian:
 | 
			
		||||
    name: Build and publish Debian image
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout
 | 
			
		||||
@@ -81,6 +82,7 @@ jobs:
 | 
			
		||||
        run: echo ${{ steps.docker_build_debian.outputs.digest }}
 | 
			
		||||
 | 
			
		||||
  multiarch-build-alpine:
 | 
			
		||||
    name: Build and publish Alpine image
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout
 | 
			
		||||
		Reference in New Issue
	
	Block a user