diff --git a/.github/workflows/ghcr.yaml b/.github/workflows/ghcr.yaml index b0c78be..4233f0b 100644 --- a/.github/workflows/ghcr.yaml +++ b/.github/workflows/ghcr.yaml @@ -53,6 +53,7 @@ jobs: context: r-devel cache-from: ${{ ( github.event_name != 'schedule' && github.event_name != 'workflow_dispatch' && 'type=gha' ) || '' }} push: false + tags: wch1/r-devel - name: Build and push Docker image uses: docker/build-push-action@fdf7f43ecf7c1a5c7afe936410233728a8c2d9c2 @@ -60,6 +61,7 @@ jobs: context: r-debug-1 cache-from: ${{ ( github.event_name != 'schedule' && github.event_name != 'workflow_dispatch' && 'type=gha' ) || '' }} push: false + tags: wch1/r-debug-1 - name: Build and push Docker image uses: docker/build-push-action@fdf7f43ecf7c1a5c7afe936410233728a8c2d9c2 @@ -67,6 +69,7 @@ jobs: context: r-debug-2 cache-from: ${{ ( github.event_name != 'schedule' && github.event_name != 'workflow_dispatch' && 'type=gha' ) || '' }} push: false + tags: wch1/r-debug-2 - name: Build and push Docker image uses: docker/build-push-action@fdf7f43ecf7c1a5c7afe936410233728a8c2d9c2 @@ -74,6 +77,7 @@ jobs: context: r-debug-3 cache-from: ${{ ( github.event_name != 'schedule' && github.event_name != 'workflow_dispatch' && 'type=gha' ) || '' }} push: false + tags: wch1/r-debug-3 - name: Build and push Docker image uses: docker/build-push-action@fdf7f43ecf7c1a5c7afe936410233728a8c2d9c2 @@ -81,6 +85,7 @@ jobs: context: r-debug-4 cache-from: ${{ ( github.event_name != 'schedule' && github.event_name != 'workflow_dispatch' && 'type=gha' ) || '' }} push: false + tags: wch1/r-debug-4 - name: Build and push Docker image uses: docker/build-push-action@fdf7f43ecf7c1a5c7afe936410233728a8c2d9c2