1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-04-01 20:50:09 +02:00

Change the default branch in code examples from "master" to "main"

GitHub has changed the default branch name from "master" to "main". For people who copy and paste these code snippets into their projects, it becomes problematic and confusing.
This commit is contained in:
Reza Namazi 2021-12-20 08:44:15 +03:30 committed by GitHub
parent b1aeb1103e
commit a59a2be696
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ name: ci
on:
push:
branches:
- 'master'
- 'main'
jobs:
docker:
@ -116,7 +116,7 @@ name: ci
on:
push:
branches:
- 'master'
- 'main'
jobs:
docker: