Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Cainelli <[email protected]>
  • Loading branch information
cainelli committed Jul 2, 2024
1 parent 7b56471 commit 4ca1f0c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Docker

on:
push:
branches:
- main
push: {} # test build and push
# branches:
# - main

jobs:
publish:
Expand All @@ -21,11 +21,11 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}

- name: Build and push docker image
uses: docker/build-push-action@v4
with:
push: true
tags: getyourguide/istio-config-validator:latest
# - name: Build and push docker image
# uses: docker/build-push-action@v4
# with:
# push: true
# tags: getyourguide/istio-config-validator:latest

- name: Build and push istio-router-check
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 4ca1f0c

Please sign in to comment.