Skip to content

Commit

Permalink
Update build-docker-ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw authored Aug 28, 2023
1 parent 202b56c commit 985744e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: Publish Docker image
name: Publish Ubuntu Base Docker image

on:
push:
Expand Down Expand Up @@ -136,4 +136,4 @@ jobs:
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta2.outputs.tags }}
labels: ${{ steps.meta2.outputs.labels }}
labels: ${{ steps.meta2.outputs.labels }}

0 comments on commit 985744e

Please sign in to comment.