Skip to content

Commit

Permalink
feat: ls docker
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Aug 29, 2024
1 parent 3754b2a commit 73eea87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
context: ./build
push: false
load: true
tags: ${{ steps.docker_meta.outputs.tags }}
tags: ci-latest:0.1
labels: ${{ steps.docker_meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Test
run: export BASE_IMAGE=ci-latest; make VERSION=${{ matrix.odoo_serie }} test
run: make VERSION=${{ matrix.odoo_serie }} test

- name: Login to GitHub Container Registry
if: github.event_name == 'push' || github.event_name == 'schedule'
Expand Down

0 comments on commit 73eea87

Please sign in to comment.