fix
This commit is contained in:
		| @ -47,10 +47,10 @@ jobs: | |||||||
|           USERNAME: ${{ secrets.DOCKER_USERNAME }} |           USERNAME: ${{ secrets.DOCKER_USERNAME }} | ||||||
|           PASSWORD: ${{ secrets.DOCKER_PASSWORD }} |           PASSWORD: ${{ secrets.DOCKER_PASSWORD }} | ||||||
|         run: | |         run: | | ||||||
|           buildah login -u "$USERNAME" -p "$PASSWORD" "$REGISTRY" |           sudo buildah login -u "$USERNAME" -p "$PASSWORD" "$REGISTRY" | ||||||
|  |  | ||||||
|       - name: Build Image with Buildah |       - name: Build Image with Buildah | ||||||
|         env: |         env: | ||||||
|           REGISTRY: ${{ secrets.DOCKER_REGISTRY }} |           REGISTRY: ${{ secrets.DOCKER_REGISTRY }} | ||||||
|         run: | |         run: | | ||||||
|           buildah bud -t "$REGISTRY"/my-portfolio-app:latest . |           sudo buildah bud -t "$REGISTRY"/my-portfolio-app:latest . | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user